From: mkr Date: Mon, 16 Jan 2012 08:01:59 +0000 (+0000) Subject: Remove debug information. X-Git-Tag: V6_5_0a1~95 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=147d0719d7697c703f21492ea2a7109666c5a02e;p=modules%2Fgeom.git Remove debug information. (Fix for PAL21179: 1) draw outlines (borders) of the shapes, 2) material properties.) --- diff --git a/src/GEOMGUI/GEOM_Displayer.cxx b/src/GEOMGUI/GEOM_Displayer.cxx index 40b98f034..94b0d2cd2 100644 --- a/src/GEOMGUI/GEOM_Displayer.cxx +++ b/src/GEOMGUI/GEOM_Displayer.cxx @@ -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);