From: Aaron Hill Date: Sun, 6 Nov 2016 00:08:39 +0000 (-0400) Subject: Remove accidentally commited debug code X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a7cc96f6f63d924972077982c504541b2339ebed;p=tweepy.git Remove accidentally commited debug code --- diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 2fdab49..e272fb8 100644 --- 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