]> Creatis software - gdcm.git/commitdiff
remove cout
authorjpr <jpr>
Wed, 4 Feb 2004 13:53:42 +0000 (13:53 +0000)
committerjpr <jpr>
Wed, 4 Feb 2004 13:53:42 +0000 (13:53 +0000)
src/gdcmParser.cxx

index b2aeb4e32183325f90e4e4e23ee05286405ea483..f1fb283d4796f7c149f0071731f73fc57fb52b3b 100644 (file)
@@ -97,7 +97,6 @@ gdcmParser::gdcmParser(const char *InFilename,
                       bool ignore_shadow) {
    enableSequences=enable_sequences;
    ignoreShadow   =ignore_shadow;
-   cout << "chou" << endl;
    
    SetMaxSizeLoadEntry(MAX_SIZE_LOAD_ELEMENT_VALUE);
    filename = InFilename;
@@ -121,7 +120,6 @@ gdcmParser::gdcmParser(const char *InFilename,
  */
 gdcmParser::gdcmParser(bool exception_on_error) {
    enableSequences=0;
-   cout << "chou" << endl;
 
    SetMaxSizeLoadEntry(MAX_SIZE_LOAD_ELEMENT_VALUE);
    Initialise();