Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ninapavlich committed May 20, 2015
1 parent cff2722 commit 7a78480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imagekit_cropper/specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_hash(self):
else:
keys.append(processor)

print 'keys: %s'%(keys)
# print 'keys: %s'%(keys)
pickled = hashers.pickle(keys)
return pickled

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#this is a test
setup(name = 'django-imagekit-cropper',
description = 'Allow users to manually specify image variant crops',
version = '1.1',
version = '1.2',
url = 'https://github.com/ninapavlich/django-imagekit-cropper',
author = 'Nina Pavlich',
author_email='[email protected]',
Expand Down

0 comments on commit 7a78480

Please sign in to comment.