Fixed stray print statement

This commit is contained in:
Karl Hobley 2014-09-09 10:04:49 +01:00
parent e2fb040981
commit b02d8db666

View file

@ -157,8 +157,6 @@ class BaseImageBackend(object):
else:
crop_closeness = 0
print crop_closeness
if focal_point is not None and crop_closeness > 0:
# Get focal point as a rect
left = focal_point.x - focal_point.width / 2