]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Remove debug info.
authorakl <alexander.kovalev@opencascade.com>
Thu, 25 Sep 2014 05:47:19 +0000 (09:47 +0400)
committerakl <alexander.kovalev@opencascade.com>
Thu, 25 Sep 2014 05:47:19 +0000 (09:47 +0400)
src/SalomeApp/SalomeApp_Application.cxx

index 94b011d2a8c0135932d4ed3e5ba16d46e806c664..19acb4da8bec6fd645d74a910a3645c4c22cc710 100644 (file)
@@ -585,9 +585,6 @@ void SalomeApp_Application::onParseMessage(const QString& aMessage)
     printf( "****************************************************************\n" );
 #endif
   } else if (aMessage.indexOf("studyCreated:") == 0) {
-    SUIT_MessageBox::warning( desktop(),
-                              QObject::tr("WRN_WARNING"),
-                              QObject::tr("Study was created on DS") );
     // Enable 'Connect' action
     updateCommandsStatus();
   } else if (aMessage.indexOf("studyClosed:") == 0) {