Salome HOME
Remove debug output
authorvsr <vsr@opencascade.com>
Thu, 28 Sep 2017 13:30:23 +0000 (16:30 +0300)
committervsr <vsr@opencascade.com>
Thu, 28 Sep 2017 13:30:23 +0000 (16:30 +0300)
src/GEOMGUI/GEOM_Displayer.cxx

index 363f312b2688acfc651b41a41a064f0319b5896b..1b1c602cd8d29765c2b1d94a66b0eb5874cdb2ba 100755 (executable)
@@ -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 );