From: akl Date: Thu, 25 Sep 2014 05:47:19 +0000 (+0400) Subject: Remove debug info. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec724e855da868fff53400e26277c9eec7ebddb8;p=modules%2Fgui.git Remove debug info. --- diff --git a/src/SalomeApp/SalomeApp_Application.cxx b/src/SalomeApp/SalomeApp_Application.cxx index 94b011d2a..19acb4da8 100644 --- a/src/SalomeApp/SalomeApp_Application.cxx +++ b/src/SalomeApp/SalomeApp_Application.cxx @@ -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) {