From d8cd0779f4091dbb71f3b3be32d3440d90f9dfa4 Mon Sep 17 00:00:00 2001 From: hernani Date: Mon, 10 May 2010 22:29:08 +0000 Subject: [PATCH] Another slippery debugging statement. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@205 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum_modules/openidauth/consumer.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/forum_modules/openidauth/consumer.py b/forum_modules/openidauth/consumer.py index 650c6f6..22e83d2 100644 --- a/forum_modules/openidauth/consumer.py +++ b/forum_modules/openidauth/consumer.py @@ -123,8 +123,9 @@ class OpenIdAbstractAuthConsumer(AuthenticationConsumer): } except Exception, e: - import sys, traceback - traceback.print_exc(file=sys.stdout) + pass + #import sys, traceback + #traceback.print_exc(file=sys.stdout) return request.GET['openid.identity'] elif openid_response.status == CANCEL: -- 2.39.5