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
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