From: ouv Date: Wed, 28 Nov 2007 11:43:55 +0000 (+0000) Subject: Bug IPAL18051 - 4.x: to remove unneccessary debug information from terminal. X-Git-Tag: V4_1_0rc2~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a3f643f22c8f54495d234bf6ee05c755770fd332;p=modules%2Fgeom.git Bug IPAL18051 - 4.x: to remove unneccessary debug information from terminal. --- diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx b/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx index b67d163d3..139630563 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx @@ -281,11 +281,7 @@ void GEOMToolsGUI::OnAutoColor() if( aChildObject->GetType() != GEOM_GROUP ) continue; - cout << "Group : " << aChildObject->GetName() << endl; - SALOMEDS::Color aColor = GEOM_Displayer::getUniqueColor( aReservedColors ); - cout << "Color : " << aColor.R << " " << aColor.G << " " << aColor.B << endl; - aChildObject->SetColor( aColor ); aReservedColors.append( aColor );