Remove stray print statement

This commit is contained in:
Matt Wright
2012-07-19 17:39:47 -04:00
parent a89f43a1b7
commit 78b2eb8b18
+1 -1
View File
@@ -88,7 +88,7 @@ def reset_by_token(token, password):
user.password = encrypt_password(password,
salt=_security.password_salt,
use_hmac=_security.password_hmac)
print user.password
_datastore._save_model(user)
send_password_reset_notice(user)