From 147d0719d7697c703f21492ea2a7109666c5a02e Mon Sep 17 00:00:00 2001 From: mkr Date: Mon, 16 Jan 2012 08:01:59 +0000 Subject: [PATCH] Remove debug information. (Fix for PAL21179: 1) draw outlines (borders) of the shapes, 2) material properties.) --- src/GEOMGUI/GEOM_Displayer.cxx | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2