From: vsr Date: Thu, 28 Sep 2017 13:30:23 +0000 (+0300) Subject: Remove debug output X-Git-Tag: V8_4_0b1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=579fb21c339df3afb2ec6cb52c8b1d6b2cb85597;p=modules%2Fgeom.git Remove debug output --- diff --git a/src/GEOMGUI/GEOM_Displayer.cxx b/src/GEOMGUI/GEOM_Displayer.cxx index 363f312b2..1b1c602cd 100755 --- a/src/GEOMGUI/GEOM_Displayer.cxx +++ b/src/GEOMGUI/GEOM_Displayer.cxx @@ -3025,7 +3025,6 @@ void GEOM_Displayer::UpdateColorScale() colorScale->SetBreadth( viewWidth * width ); colorScale->SetHeight( viewHeight * height ); colorScale->SetRange( fieldStepRangeMin, fieldStepRangeMax ); - printf("fieldStepRangeMin, fieldStepRangeMax: %f, %f\n", fieldStepRangeMin, fieldStepRangeMax); colorScale->SetNumberOfIntervals( fieldDataType == GEOM::FDT_Bool ? 2 : nbIntervals ); colorScale->SetTextHeight( textHeight ); colorScale->SetTitle( fieldStepName );