Salome HOME
Remove not needed "cout".
authorskl <skl@opencascade.com>
Thu, 27 Aug 2009 08:10:02 +0000 (08:10 +0000)
committerskl <skl@opencascade.com>
Thu, 27 Aug 2009 08:10:02 +0000 (08:10 +0000)
src/SMESHGUI/SMESHGUI.cxx

index e7b1795a707ab9f99d91faa63b9d0416a57140bb..ae4cb399b39968908a0335eec7b15516229d5ee2 100644 (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();