Skip to content

Commit 0106b11

Browse files
committed
Remove some logging.
1 parent 05f4ab1 commit 0106b11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tweepy/cursor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def next(self):
9393
data = self.method(max_id = max_id, *self.args, **self.kargs)
9494
self.max_id = data.max_id
9595
self.since_id = data.since_id
96-
print 'next!'
9796
return data
9897

9998
def prev(self):

0 commit comments

Comments
 (0)