From fda8c46b235b9ecd4328c38dd92370620f48d3ef Mon Sep 17 00:00:00 2001 From: sanj Date: Wed, 28 Jul 2010 04:11:52 +0530 Subject: [PATCH] empty print --- edgware/editor/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/edgware/editor/models.py b/edgware/editor/models.py index 41e07a4..3f43036 100644 --- a/edgware/editor/models.py +++ b/edgware/editor/models.py @@ -582,7 +582,6 @@ class ImageBox(models.Model): self.save() tpl = (self.crop_x1, self.crop_y1, self.crop_x2, self.crop_y2,) image_full_path = join(MEDIA_ROOT, self.original_print()) - print original_cropped = Image.open(image_full_path).crop(tpl) save_path = join(MEDIA_ROOT, self.cropped_path(), self.cropped_fname()) original_cropped.save(save_path)