From: apo Date: Wed, 5 Oct 2005 06:30:11 +0000 (+0000) Subject: To disable messages X-Git-Tag: BR-D5-38-2003_D2005-12-10~65 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7687f73f3bdfd0f1b887964668400ecb4815e085;p=modules%2Fvisu.git To disable messages --- diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index d3889ae1..cd08841c 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -57,8 +57,8 @@ static float ERR_SIZE_CALC = 1.00; static int MYVTKDEBUG = 0; #ifdef _DEBUG_ -static int MYDEBUG = 1; -static int MYDEBUGWITHFILES = 1; +static int MYDEBUG = 0; +static int MYDEBUGWITHFILES = 0; //#define _DEXCEPT_ #else static int MYDEBUG = 0;