Skip to content

Commit a26e7d6

Browse files
committedApr 5, 2013
remove debug statement
1 parent 0078c33 commit a26e7d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/app/qgsmaptoolsimplify.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ void QgsSimplifyDialog::setRange( int minValue, int maxValue )
5959

6060
horizontalSlider->setMinimum(( minValue - 1 < 0 ? 0 : minValue - 1 ) );// -1 for count with minimum tolerance end caused by double imprecision
6161
horizontalSlider->setMaximum( maxValue );
62-
qDebug()
6362
spinBox->setRange( horizontalSlider->minimum(), horizontalSlider->maximum() );
6463
}
6564

0 commit comments

Comments
 (0)
Please sign in to comment.