projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3508f12
)
Remove debug print.
author
Josh Roesslein
<jroesslein@gmail.com>
Thu, 15 Oct 2009 02:05:04 +0000
(21:05 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Thu, 15 Oct 2009 02:05:04 +0000
(21:05 -0500)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 93c8c0914e9b1a22a6c56693220749b77d5fc59b..8b743aaa48da458b7914c05f056801bc26eff219 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-175,7
+175,6
@@
class Stream(object):
self.url += '&follow=%s' % ','.join(follow)
if track:
self.url += '&track=%s' % ','.join(track)
- print self.url
self.running = True
Thread(target=self._run).start()