Removed debug output

This commit is contained in:
Bert Münnich 2012-02-15 19:37:19 +01:00
parent a329615c68
commit 011dac90c8
1 changed files with 0 additions and 1 deletions

1
exif.c
View File

@ -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;
}
}