mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-20 23:59:42 +05:00
Bug IPAL18051 - 4.x: to remove unneccessary debug information from terminal.
This commit is contained in:
parent
7e2ce89cad
commit
a3f643f22c
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user