Remove some debugging statements

This commit is contained in:
2011-08-30 15:12:54 +01:00
parent 5e8e23e21b
commit 3ed482d329
4 changed files with 0 additions and 5 deletions

View File

@@ -82,7 +82,6 @@ class RedditAPI:
url = '%s?%s' % (url, data)
data = None
print url
resp = self._opener.open(urllib2.Request(url, data))
resptxt = resp.read()
if resp.info()['Content-Type'] == 'text/plain':