diff pylons_app/model/forms.py @ 195:7109d15c6813

cleared prints leftoovers, and changed current user fetching in login controller
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 16:07:28 +0200
parents 556473ba0399
children 5af2cd31c99b
line wrap: on
line diff
--- a/pylons_app/model/forms.py	Sat May 22 02:20:26 2010 +0200
+++ b/pylons_app/model/forms.py	Sat May 22 16:07:28 2010 +0200
@@ -69,7 +69,6 @@
         except (NoResultFound, MultipleResultsFound, OperationalError) as e:
             log.error(e)
             user = None
-        print value
         if user:
             if user.active:
                 if user.username == username and user.password == crypted_passwd: