Remove not needed "cout".

This commit is contained in:
skl 2009-08-27 08:10:02 +00:00
parent 3add66f219
commit 72b7497557

View File

@ -2079,7 +2079,6 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
case 1100: // EDIT HYPOTHESIS
{
cout<<"EDIT HYPOTHESIS"<<endl;
if(checkLock(aStudy)) break;
LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();