mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-01 16:50:07 +08:00
Get rid of silly print statement
This commit is contained in:
@@ -102,7 +102,6 @@ def _token_loader(token):
|
||||
user = _security.datastore.find_user(id=data[0])
|
||||
return user if md5(user.password) == data[1] else None
|
||||
except:
|
||||
print 'word'
|
||||
return None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user