]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
cout is removed.
authorasv <asv@opencascade.com>
Fri, 17 Feb 2006 11:22:14 +0000 (11:22 +0000)
committerasv <asv@opencascade.com>
Fri, 17 Feb 2006 11:22:14 +0000 (11:22 +0000)
src/VISUGUI/VisuGUI_Module.cxx

index e73dc8eb18a0d93ebb191c4c433f6c0eadc06f44..4a44124246e330fa5aede2b134c1669485616162 100644 (file)
@@ -1849,7 +1849,7 @@ void VisuGUI_Module::restoreVisualParameters(int savePoint)
       if ( !ok ) // bad conversion of view index to integer
        continue;       
 
-      cout << " -- " << viewerType << ": entry = " << entry.latin1() << ", paramName = " << paramName << endl;
+      //      cout << " -- " << viewerType << ": entry = " << entry.latin1() << ", paramName = " << paramName << endl;
 
       if ( viewerType == SVTK_Viewer::Type().latin1() ||
           viewerType == VVTK_Viewer::Type().latin1() ) {