From: akl Date: Fri, 17 Aug 2007 14:09:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: IMP_BR_4~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=91d5ee5c3f5c3aefbab4d0a43a9c484c54ed0f27;p=tools%2Finstall.git *** empty log message *** --- diff --git a/src/SALOME_InstallWizard.cxx b/src/SALOME_InstallWizard.cxx index 1a49501..beec2a9 100644 --- a/src/SALOME_InstallWizard.cxx +++ b/src/SALOME_InstallWizard.cxx @@ -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() );