projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f4ab1
)
Remove some logging.
author
Joshua Roesslein
<jroesslein@gmail.com>
Sun, 9 Jun 2013 19:40:45 +0000
(12:40 -0700)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Sun, 9 Jun 2013 19:40:45 +0000
(12:40 -0700)
tweepy/cursor.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/cursor.py
b/tweepy/cursor.py
index 5900ab977fcc5909592911ca11a7fe7d4ee00e8b..680b9e8faf8a5865425a439176d8bb8cd9b74adc 100644
(file)
--- 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):