From: abd Date: Thu, 28 Aug 2008 13:40:21 +0000 (+0000) Subject: remove code for debug X-Git-Tag: TG_TRIPOLI_qt4_porting~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=03430f4e0d19c57d75b741231aaf1e8e5a39710d;p=modules%2Fgui.git remove code for debug --- diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index 4457b8777..9ddfbd8f8 100755 --- a/src/Session/SALOME_Session_Server.cxx +++ b/src/Session/SALOME_Session_Server.cxx @@ -321,13 +321,6 @@ void shutdownServers( SALOME_NamingService* theNS ) // ---------------------------- MAIN ----------------------- int main( int argc, char **argv ) { - bool temp = true; - while(temp) - { - //INFOS( "Waiting for debug attach" ); - cout << "Waiting for debug attach" << endl; - } - // Install Qt debug messages handler qInstallMsgHandler( MessageOutput );