mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-08 23:44:44 +00:00
Fixed stray print statement
This commit is contained in:
parent
e2fb040981
commit
b02d8db666
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue