From e3d6c9839f41796a4870d8e9dea50ed2b657f014 Mon Sep 17 00:00:00 2001 From: tr4ck3ur Date: Sat, 14 Feb 2015 21:44:03 +0100 Subject: remove inused print --- jm2l/models.py | 1 - 1 file changed, 1 deletion(-) (limited to 'jm2l/models.py') 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 -- cgit v1.2.3-54-g00ecf