From a3f643f22c8f54495d234bf6ee05c755770fd332 Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 28 Nov 2007 11:43:55 +0000 Subject: [PATCH] Bug IPAL18051 - 4.x: to remove unneccessary debug information from terminal. --- src/GEOMToolsGUI/GEOMToolsGUI_1.cxx | 4 ---- 1 file changed, 4 deletions(-) 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 ); -- 2.39.2