From b1a3d8be745697ba236d055cdeb30d75678cc35b Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 10 Nov 2008 13:44:20 +0000 Subject: [PATCH] 5.X : Incorrect work of 'Show Only' command for Curve (remove debug message from code) --- src/VISUGUI/VisuGUI.cxx | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2