From 3883de1669ec58bca9c8dfa5125874bf3843b867 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 29 Sep 2005 15:37:37 +0000 Subject: [PATCH] To disable messages --- 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 62bf7986..29c6dfa1 100644 --- a/src/VISUGUI/VisuGUI_Module.cxx +++ b/src/VISUGUI/VisuGUI_Module.cxx @@ -64,7 +64,7 @@ #include "VisuGUI_ActionsDef.h" #ifdef _DEBUG_ -static int MYDEBUG = 1; +static int MYDEBUG = 0; #else static int MYDEBUG = 0; #endif -- 2.39.2