Skip to content

Commit

Permalink
removed leftover trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 18, 2016
1 parent 301f43f commit 7c4d214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/image_processing.py
Expand Up @@ -133,7 +133,6 @@ def resize_image(self, src, dst, max_size, bigger_panoramas=True, preserve_exif_
if exif is not None and preserve_exif_data:
# Put right size in EXIF data
w, h = im.size
from doit.tools import set_trace; set_trace()
if '0th' in exif:
exif["0th"][piexif.ImageIFD.ImageWidth] = w
exif["0th"][piexif.ImageIFD.ImageLength] = h
Expand Down

0 comments on commit 7c4d214

Please sign in to comment.