From: hernani Date: Mon, 10 May 2010 22:29:08 +0000 (+0000) Subject: Another slippery debugging statement. X-Git-Tag: live~924 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/d8cd0779f4091dbb71f3b3be32d3440d90f9dfa4?hp=d7f894f3ccc0e38eef311f328fb8b3df357ea017 Another slippery debugging statement. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@205 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- 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: