projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0981808
)
Remove accidentally commited debug code
author
Aaron Hill
<aa1ronham@gmail.com>
Sun, 6 Nov 2016 00:08:39 +0000
(20:08 -0400)
committer
Aaron Hill
<aa1ronham@gmail.com>
Sun, 6 Nov 2016 00:08:39 +0000
(20:08 -0400)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 2fdab4991a7f7a536afd605e3456dd1b2f12aa5e..e272fb8c879e581bc6d28b0179d798bcc9d4a75f 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-281,8
+281,6
@@
class Stream(object):
self.snooze_time_cap)
except Exception as exc:
exc_info = sys.exc_info()
- print(exc_info)
- import pdb; pdb.post_mortem(exc_info[2])
# any other exception is fatal, so kill loop
break