From: Joshua Roesslein Date: Sun, 9 Jun 2013 19:40:45 +0000 (-0700) Subject: Remove some logging. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0106b1171ad0a6d9444e141ee1293bd76afc27f6;p=tweepy.git Remove some logging. --- diff --git a/tweepy/cursor.py b/tweepy/cursor.py index 5900ab9..680b9e8 100644 --- a/tweepy/cursor.py +++ b/tweepy/cursor.py @@ -93,7 +93,6 @@ class IdIterator(BaseIterator): data = self.method(max_id = max_id, *self.args, **self.kargs) self.max_id = data.max_id self.since_id = data.since_id - print 'next!' return data def prev(self):