]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
*** empty log message ***
authorakl <akl@opencascade.com>
Fri, 17 Aug 2007 14:09:34 +0000 (14:09 +0000)
committerakl <akl@opencascade.com>
Fri, 17 Aug 2007 14:09:34 +0000 (14:09 +0000)
src/SALOME_InstallWizard.cxx

index 1a495012824b5a843bc2af9b956ff183b4026673..beec2a9f460d1eb60dc915c1d2ace92158868f8b 100644 (file)
@@ -1662,9 +1662,7 @@ void SALOME_InstallWizard::updateAvailableSpace()
 // ================================================================
 void SALOME_InstallWizard::checkFLibResult()
 {
-  cout << "RESULT is " << checkFLibProc->exitStatus() << endl;
   if ( checkFLibProc->normalExit() && checkFLibProc->exitStatus() == 1 ) {
-    cout << "Some libs are absent" << endl;
     QString notFoundLibs;
     while ( checkFLibProc->canReadLineStdout() ) {
       notFoundLibs.append( checkFLibProc->readLineStdout() );