removed debug print statement, thanks Niphlod

This commit is contained in:
mdipierro
2012-12-13 08:22:10 -06:00
parent d7cc15c85d
commit bad0af15f6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.3.0 (2012-12-12 22:06:35) rc1
Version 2.3.0 (2012-12-13 08:21:23) rc1
-1
View File
@@ -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