Get rid of print

This commit is contained in:
Michael Helmick 2012-04-06 14:19:46 -04:00
parent 703012ef29
commit 7205aa402a

View file

@ -240,7 +240,6 @@ class Twython(object):
url = '%s?%s' % (url, urllib.urlencode(params))
else:
myargs = params
print url
func = getattr(self.client, method)
response = func(url, data=myargs)