Salome HOME
Auto Arrange Schema when loading it in YACS GUI
[modules/adao.git] / src / daSalome / daGUI / daGuiImpl / ADAOGUI_impl.py
index 198371c0db1d76497af6e078f62a596912f202c2..21f055f86431d279f52af1a721b2ae6c201de3b3 100644 (file)
@@ -120,7 +120,6 @@ def OnGUIEvent(actionId) :
     toolbar button). The actionId value is the ID associated to the item.
     """
     pass
-    print "OnGUIEvent", actionId
     ctx = _setContext( sgPyQt.getStudyId() )
     ctx.adaoCaseManager.processGUIEvent(actionId)
 
@@ -132,7 +131,6 @@ def preferenceChanged( section, setting ):
 # called when active view is changed
 # view ID is passed as parameter
 def activeViewChanged( viewID ):
-  print "activeViewChanged", viewID
   pass
 
 # called when active view is cloned