From 0325c63c39fd647f58ef0441d4815a61f8e831c6 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 3 Nov 2006 06:49:59 +0000 Subject: [PATCH] To disable messages --- src/VISUGUI/VisuGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 9a0937f0..1dae21e5 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -147,7 +147,7 @@ using namespace VISU; #ifdef _DEBUG_ -static int MYDEBUG = 1; +static int MYDEBUG = 0; #else static int MYDEBUG = 0; #endif -- 2.39.2