Skip to content

Commit

Permalink
rm debug stmts
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed May 16, 2018
1 parent ec54773 commit 2a00b12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ocrd/model/ocrd_exif.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def from_filename(image_filename):
raise Exception("Must pass 'image_filename' to OcrdExif.from_filename")
with exiftool.ExifTool() as et:
exif_props = et.get_metadata(image_filename)
print(exif_props)
return OcrdExif(exif_props)

def __init__(self, props):
Expand Down

0 comments on commit 2a00b12

Please sign in to comment.