about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--converter/other/exif.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/converter/other/exif.c b/converter/other/exif.c
index c02aa9e3..4fe7c73d 100644
--- a/converter/other/exif.c
+++ b/converter/other/exif.c
@@ -455,11 +455,8 @@ traceTag(int                   const tag,
 
     case FMT_UNDEFINED:
         /* Undefined is typically an ascii string. */
-
     case FMT_STRING: {
         tagValue = stringTraceValue(value, valueSz);
-
-        fprintf(stderr, "\"\n");
     } break;
 
     default: