From: jpr Date: Tue, 3 Feb 2004 08:39:22 +0000 (+0000) Subject: remove a few 'cout <<' X-Git-Tag: Version0.4~42 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=dd52c955879e75b9e9e5d6cdf94125ba935e906d;p=gdcm.git remove a few 'cout <<' --- diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 2bb43980..a48f1a54 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -703,16 +703,16 @@ bool gdcmFile::WriteBase (std::string fileName, FileType type) { p2=it.second;// iterator on the last synonym PixelElement=p2->second; // H Table target column (2-nd col) - PixelElement->SetPrintLevel(2); - PixelElement->Print(); + // PixelElement->SetPrintLevel(2); + // PixelElement->Print(); if (PixelRead==1) PixelElement->SetLength(lgrTotaleRaw); else if (PixelRead==0) PixelElement->SetLength(lgrTotale); - PixelElement->SetPrintLevel(2); - PixelElement->Print(); + //PixelElement->SetPrintLevel(2); + //PixelElement->Print(); Header->Write(fp1, type); diff --git a/src/gdcmParser.cxx b/src/gdcmParser.cxx index ffbe647e..4570e822 100644 --- a/src/gdcmParser.cxx +++ b/src/gdcmParser.cxx @@ -1835,7 +1835,9 @@ bool gdcmParser::IsHeaderEntryAnInteger(gdcmHeaderEntry *Entry) { // For *regular* headers, the test is useless.. // lets's print a warning message and go on, // instead of giving up with an error message - std::cout << s.str().c_str() << std::endl; + + //std::cout << s.str().c_str() << std::endl; + // dbg.Error("gdcmParser::IsHeaderEntryAnInteger", // s.str().c_str()); }