mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Remove some debugging statements
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user