Get rid of silly print statement

This commit is contained in:
Matt Wright
2012-08-15 17:23:42 -04:00
parent 80144c85a1
commit ec05b30106
-1
View File
@@ -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