From: malaterre Date: Fri, 15 Oct 2004 15:44:42 +0000 (+0000) Subject: ENH: Remove debug X-Git-Tag: Version0.6.bp~58 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6fe9f0f1be841273567829a4129facb20a6f287f;p=gdcm.git ENH: Remove debug --- diff --git a/src/gdcmJpeg.cxx b/src/gdcmJpeg.cxx index 6023ea72..c13b1860 100644 --- a/src/gdcmJpeg.cxx +++ b/src/gdcmJpeg.cxx @@ -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");