From 5bcaac27cce5bf3947720f195c75d7c90d719ef5 Mon Sep 17 00:00:00 2001 From: "jorge.vargas" Date: Sat, 27 Jun 2009 17:57:32 +0000 Subject: [PATCH] - removing print statement from controller --HG-- branch : 2.0 extra : rebase_source : 48d4e3ea89d06bfc36e1bf844ff24877ec91c00f --- tg/controllers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tg/controllers.py b/tg/controllers.py index ead78a48..4c3fdc67 100644 --- a/tg/controllers.py +++ b/tg/controllers.py @@ -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"):