From 2c7a4a992081a165c7856a9d5c8acf54c6bac890 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 13 Jan 2006 08:58:08 +0000 Subject: [PATCH] Disable messages --- src/VISU_I/VISU_CorbaMedConvertor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISU_I/VISU_CorbaMedConvertor.cxx b/src/VISU_I/VISU_CorbaMedConvertor.cxx index 0994d246..06bd2b6b 100644 --- a/src/VISU_I/VISU_CorbaMedConvertor.cxx +++ b/src/VISU_I/VISU_CorbaMedConvertor.cxx @@ -39,7 +39,7 @@ using namespace VISU; #define USER_INTERLACE MED_FULL_INTERLACE #ifdef _DEBUG_ -static int MYDEBUG = 1; +static int MYDEBUG = 0; #else static int MYDEBUG = 0; #endif -- 2.39.2