From 0baa22d65a5c955d2547b0c4edcb30070074069b Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Tue, 23 Jul 2019 13:26:58 +0200 Subject: [PATCH] disable debug trace on CGNS --- src/Driver/Driver_Mesh.cxx | 2 +- src/DriverCGNS/DriverCGNS_Read.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Driver/Driver_Mesh.cxx b/src/Driver/Driver_Mesh.cxx index fe716dab0..4c0436d1d 100644 --- a/src/Driver/Driver_Mesh.cxx +++ b/src/Driver/Driver_Mesh.cxx @@ -28,7 +28,7 @@ #include "SMESH_Comment.hxx" -#define _DEBUG_ +//#define _DEBUG_ #include using namespace std; diff --git a/src/DriverCGNS/DriverCGNS_Read.cxx b/src/DriverCGNS/DriverCGNS_Read.cxx index 3db2ad821..48b1a3a28 100644 --- a/src/DriverCGNS/DriverCGNS_Read.cxx +++ b/src/DriverCGNS/DriverCGNS_Read.cxx @@ -22,7 +22,7 @@ // File : DriverCGNS_Read.cxx // Created : Thu Jun 30 10:33:31 2011 // Author : Edward AGAPOV (eap) -#define _DEBUG_ +//#define _DEBUG_ #include #include "DriverCGNS_Read.hxx" -- 2.30.2