From 432b93bf6d722039bcb49a17cfb277c860407d68 Mon Sep 17 00:00:00 2001 From: jpr Date: Tue, 11 Oct 2005 14:24:29 +0000 Subject: [PATCH] Comment out DebugOn(), in order not to trouble Benoit with too many messages ;-) --- Testing/TestWriteSimple.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/TestWriteSimple.cxx b/Testing/TestWriteSimple.cxx index f3172b1a..6958b8a3 100644 --- a/Testing/TestWriteSimple.cxx +++ b/Testing/TestWriteSimple.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestWriteSimple.cxx,v $ Language: C++ - Date: $Date: 2005/09/06 11:16:04 $ - Version: $Revision: 1.37 $ + Date: $Date: 2005/10/11 14:24:29 $ + Version: $Revision: 1.38 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -359,7 +359,7 @@ int TestWriteSimple(int argc, char *argv[]) return 1; } - gdcm::Debug::DebugOn(); + // gdcm::Debug::DebugOn(); int ret=0; int i=0; -- 2.48.1