]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To disable messages
authorapo <apo@opencascade.com>
Wed, 1 Feb 2006 16:19:15 +0000 (16:19 +0000)
committerapo <apo@opencascade.com>
Wed, 1 Feb 2006 16:19:15 +0000 (16:19 +0000)
src/PIPELINE/VISU_StreamLinesPL.cxx

index 6690dc42d80fbce38cd2b2d3fb9941783b3ac879..509074a9ebf5d9d679605248ef6f2fe9bc0a730c 100644 (file)
@@ -37,7 +37,7 @@
 #include <vtkStreamLine.h>
 
 #ifdef _DEBUG_
-static int MYDEBUG = 1;
+static int MYDEBUG = 0;
 #else
 static int MYDEBUG = 0;
 #endif