aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/models.py')
-rw-r--r--jm2l/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jm2l/models.py b/jm2l/models.py
index f104228..cd23451 100644
--- a/jm2l/models.py
+++ b/jm2l/models.py
@@ -153,7 +153,6 @@ class User(Base):
@classmethod
def by_hash(cls, tsthash):
for u in DBSession.query(cls):
- print u.nom, u.my_hash
if u.my_hash==tsthash:
return u
return None