]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
remove code for debug
authorabd <abd@opencascade.com>
Thu, 28 Aug 2008 13:40:21 +0000 (13:40 +0000)
committerabd <abd@opencascade.com>
Thu, 28 Aug 2008 13:40:21 +0000 (13:40 +0000)
src/Session/SALOME_Session_Server.cxx

index 4457b8777e26a4c9b55f84e656007f2e28883f1e..9ddfbd8f819390b60426fd4e2875adf70ded87a3 100755 (executable)
@@ -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 );