Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove debug statement
  • Loading branch information
alexbruy committed Apr 5, 2013
1 parent 0078c33 commit a26e7d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsmaptoolsimplify.cpp
Expand Up @@ -59,7 +59,6 @@ void QgsSimplifyDialog::setRange( int minValue, int maxValue )

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

Expand Down

0 comments on commit a26e7d6

Please sign in to comment.