mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-22 02:35:37 +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 )
|
if( aChildObject->GetType() != GEOM_GROUP )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
cout << "Group : " << aChildObject->GetName() << endl;
|
|
||||||
|
|
||||||
SALOMEDS::Color aColor = GEOM_Displayer::getUniqueColor( aReservedColors );
|
SALOMEDS::Color aColor = GEOM_Displayer::getUniqueColor( aReservedColors );
|
||||||
cout << "Color : " << aColor.R << " " << aColor.G << " " << aColor.B << endl;
|
|
||||||
|
|
||||||
aChildObject->SetColor( aColor );
|
aChildObject->SetColor( aColor );
|
||||||
aReservedColors.append( aColor );
|
aReservedColors.append( aColor );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user