From 03430f4e0d19c57d75b741231aaf1e8e5a39710d Mon Sep 17 00:00:00 2001 From: abd Date: Thu, 28 Aug 2008 13:40:21 +0000 Subject: [PATCH] remove code for debug --- src/Session/SALOME_Session_Server.cxx | 7 ------- 1 file changed, 7 deletions(-) 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 ); -- 2.39.2