From bad0af15f6000e1bd33dff834db5c4e771102c3b Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 13 Dec 2012 08:22:10 -0600 Subject: [PATCH] removed debug print statement, thanks Niphlod --- VERSION | 2 +- gluon/contrib/autolinks.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 910de432..0b8f6939 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.3.0 (2012-12-12 22:06:35) rc1 +Version 2.3.0 (2012-12-13 08:21:23) rc1 diff --git a/gluon/contrib/autolinks.py b/gluon/contrib/autolinks.py index 48f555cb..59e0d547 100644 --- a/gluon/contrib/autolinks.py +++ b/gluon/contrib/autolinks.py @@ -146,7 +146,6 @@ def oembed(url): oembed = v + '?format=json&url=' + cgi.escape(url) try: data = urllib.urlopen(oembed).read() - print data return loads(data) # json! except: pass