Bug IPAL18051 - 4.x: to remove unneccessary debug information from terminal.

This commit is contained in:
ouv 2007-11-28 11:43:55 +00:00
parent 7e2ce89cad
commit a3f643f22c

View File

@ -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 );