From 41ad4b590a5b0c875ea938921522627cd52b5e4f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 22 Mar 2023 03:19:46 +0000 Subject: remove debug trace git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4530 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/exif.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/converter/other/exif.c b/converter/other/exif.c index 2a2e211a..d1eb517f 100644 --- a/converter/other/exif.c +++ b/converter/other/exif.c @@ -1103,9 +1103,6 @@ exif_parse(const unsigned char * const exifData, pm_strfree(error); } - pm_message("BRYAN: cameramake=%p, value ='%s'", - imageInfoP->mainImage.cameraMake, - imageInfoP->mainImage.cameraMake); if (nextIfdP) { const char * error; @@ -1330,10 +1327,6 @@ exif_showImageInfo(const exif_ImageInfo * const imageInfoP) { Show the collected image info, displaying camera F-stop and shutter speed in a consistent and legible fashion. --------------------------------------------------------------------------*/ - pm_message("BRYAN: in showImageInfo, cameramake=%p, value ='%s'", - imageInfoP->mainImage.cameraMake, - imageInfoP->mainImage.cameraMake); - showIfd(&imageInfoP->mainImage); if (imageInfoP->mainImage.focalLengthP) { -- cgit 1.4.1