Skip to content

Commit

Permalink
- removing print statement from controller
Browse files Browse the repository at this point in the history
--HG--
branch : 2.0
extra : rebase_source : 48d4e3ea89d06bfc36e1bf844ff24877ec91c00f
  • Loading branch information
jorge.vargas committed Jun 27, 2009
1 parent c348919 commit 5bcaac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tg/controllers.py
Expand Up @@ -497,7 +497,6 @@ def _check_controller_auth(obj):
if hasattr(obj, "im_self"):
klass_instance = obj.im_self
else:
print obj
klass_instance = obj

if hasattr(klass_instance, "_check_security"):
Expand Down

0 comments on commit 5bcaac2

Please sign in to comment.