]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To remove unnecessery messages
authorapo <apo@opencascade.com>
Fri, 25 Nov 2005 07:20:15 +0000 (07:20 +0000)
committerapo <apo@opencascade.com>
Fri, 25 Nov 2005 07:20:15 +0000 (07:20 +0000)
src/VISUGUI/VisuGUI_BuildProgressDlg.cxx

index 1bc199d095d4d6a5365c8d5a5faff907005825d6..ed0423781d5ab977b10ab1ea57313a499a04bb55 100644 (file)
@@ -294,7 +294,6 @@ void VisuGUI_BuildProgressDlg::onTimer()
 
       if( aBuildAtOnce )
       {
-       cout << myCurrentTime << " -> " << vtkTimerLog::GetCurrentTime() << endl;
        QTime aTime;
        int mSecs = ( int )( 1000 * ( vtkTimerLog::GetCurrentTime() - myCurrentTime ) );
        aTime = aTime.addMSecs( mSecs );