Skip to content

Commit

Permalink
Delete a debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed Jun 1, 2015
1 parent 19e9ec5 commit bed1994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion users/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def clean_username(self):
def clean_email(self):
""" Ensure email is unique """
email = self.cleaned_data["email"]
print(email)
try:
User._default_manager.get(email=email)
except User.DoesNotExist:
Expand Down

0 comments on commit bed1994

Please sign in to comment.