From e8a39e7fd542426d4a45be69419e687430dd46e7 Mon Sep 17 00:00:00 2001 From: asv Date: Fri, 17 Feb 2006 11:22:14 +0000 Subject: [PATCH] cout is removed. --- src/VISUGUI/VisuGUI_Module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_Module.cxx b/src/VISUGUI/VisuGUI_Module.cxx index e73dc8eb..4a441242 100644 --- a/src/VISUGUI/VisuGUI_Module.cxx +++ b/src/VISUGUI/VisuGUI_Module.cxx @@ -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() ) { -- 2.39.2