From: jpr Date: Tue, 11 Oct 2005 14:24:29 +0000 (+0000) Subject: Comment out DebugOn(), in order not to trouble Benoit with too many messages ;-) X-Git-Tag: Version1.2.bp~25 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=432b93bf6d722039bcb49a17cfb277c860407d68;p=gdcm.git Comment out DebugOn(), in order not to trouble Benoit with too many messages ;-) --- 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;