]> Creatis software - gdcm.git/commitdiff
ENH: Remove debug
authormalaterre <malaterre>
Fri, 15 Oct 2004 15:44:42 +0000 (15:44 +0000)
committermalaterre <malaterre>
Fri, 15 Oct 2004 15:44:42 +0000 (15:44 +0000)
src/gdcmJpeg.cxx

index 6023ea721aa8c57bb5d5cca88fc6e8337eea5ee7..c13b1860ccda9263ea9ced535ab7eb51aefa1833 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJpeg.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/10/14 22:16:33 $
-  Version:   $Revision: 1.25 $
+  Date:      $Date: 2004/10/15 15:44:42 $
+  Version:   $Revision: 1.26 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -543,8 +543,6 @@ bool gdcm_read_JPEG_file ( FILE* fp, void* image_buffer )
       pimage+=rowsize;
    }
 
-printf( "Image size read: %d\n\n\n\n", (cinfo.output_scanline) * rowsize);
   /* Step 7: Finish decompression */
 #ifdef GDCM_JPG_DEBUG
    printf("Entree Step 7\n");