Salome HOME
Remove debug information.
authormkr <mkr@opencascade.com>
Mon, 16 Jan 2012 08:01:59 +0000 (08:01 +0000)
committermkr <mkr@opencascade.com>
Mon, 16 Jan 2012 08:01:59 +0000 (08:01 +0000)
(Fix for PAL21179:
1) draw outlines (borders) of the shapes,
2) material properties.)

src/GEOMGUI/GEOM_Displayer.cxx

index 40b98f034dc680768ed0602a3ae57b57f7d28596..94b0d2cd2f1ec02d1793784fdd28c1f36040d2e4 100644 (file)
@@ -986,7 +986,6 @@ void GEOM_Displayer::Update( SALOME_OCCPrs* prs )
        // Get back material properties from the model
         Graphic3d_MaterialAspect aMatB = aModelB->getMaterialOCCAspect();
 
-       printf(">> GEOM_Displayer::Update() : SetMaterial\n");
        // Set front material for the selected shape
        AISShape->SetCurrentFacingModel(Aspect_TOFM_FRONT_SIDE);
        AISShape->SetMaterial(aMatF);