From 011dac90c83d5440f2f228deab93f264d87b15d0 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Wed, 15 Feb 2012 19:37:19 +0100 Subject: Removed debug output --- exif.c | 1 - 1 file changed, 1 deletion(-) (limited to 'exif.c') diff --git a/exif.c b/exif.c index 07a89ac..5244028 100644 --- a/exif.c +++ b/exif.c @@ -117,7 +117,6 @@ int exif_orientation(const fileinfo_t *file) { for (idx += 2; cnt > 0 && idx < len - 12; cnt--, idx += 12) { if (btous(data + idx, order) == EXIF_TAG_ORIENTATION) { val = btous(data + idx + 8, order); - printf("exif orientation: %s: %u\n", file->name, val); break; } } -- cgit v1.2.3-54-g00ecf