]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
5.X : Incorrect work of 'Show Only' command for Curve (remove debug message from...
authordmv <dmv@opencascade.com>
Mon, 10 Nov 2008 13:44:20 +0000 (13:44 +0000)
committerdmv <dmv@opencascade.com>
Mon, 10 Nov 2008 13:44:20 +0000 (13:44 +0000)
src/VISUGUI/VisuGUI.cxx

index b0d26a251549790ed4d96f70bae2e50046cec71f..c6b04bf7e7ad4d1f2a7df60bd0007b96e97acfe8 100644 (file)
@@ -950,7 +950,6 @@ void VisuGUI::activateAppropriateViewer( Handle(SALOME_InteractiveObject) theIO
       return;
     } else {
       // activate SVTK Viewer  
-      cout << "NO CURVES!!!!!!!!!!" << endl;
       getApp()->getViewManager( SVTK_Viewer::Type(), true );
       return;
     }