From: Matthijs Kooijman Date: Fri, 6 Jun 2008 22:10:51 +0000 (+0200) Subject: * Remove debug output. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=e593586b901ddbdd0e5af1bb5c0183d134af5ab1 * Remove debug output. --- diff --git a/conf/auth/mysql_login.py b/conf/auth/mysql_login.py index 6dae938..3c97dce 100644 --- a/conf/auth/mysql_login.py +++ b/conf/auth/mysql_login.py @@ -115,7 +115,6 @@ class mysql_login: u.email = email #u.remember_me = 0 # 0 enforces cookie_lifetime config param u.create_or_update(True) - request.log(u.__repr__()) return u, True # moin_session has to set the cookie except: