Skip to content

Commit 91970b6

Browse files
Removing printf debugging.
1 parent d6bbc58 commit 91970b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

romalignertilting.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ RomBitItem* RomAlignerTilting::linkresults(){
169169
}
170170

171171
//Do I want to correct by a tilt or by a shear?
172-
qDebug()<<"Tilt angle of the first row after alignment is "<<angle();
172+
if(verbose)
173+
qDebug()<<"Tilt angle of the first row after alignment is "<<angle();
173174

174175
if(row)
175176
return rowstarts[0];

0 commit comments

Comments
 (0)