]> Creatis software - gdcm.git/blobdiff - src/gdcmParser.cxx
remove a few 'cout <<'
[gdcm.git] / src / gdcmParser.cxx
index ffbe647e827bcf3770a5b38cd492f42847ce4cfb..4570e8226cc24c665ca4b0744061f3c962c0e571 100644 (file)
@@ -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());     
       }