From: dmv Date: Mon, 10 Nov 2008 13:44:20 +0000 (+0000) Subject: 5.X : Incorrect work of 'Show Only' command for Curve (remove debug message from... X-Git-Tag: V5_1_0rc1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b1a3d8be745697ba236d055cdeb30d75678cc35b;p=modules%2Fvisu.git 5.X : Incorrect work of 'Show Only' command for Curve (remove debug message from code) --- diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index b0d26a25..c6b04bf7 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -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; }