From a7cc96f6f63d924972077982c504541b2339ebed Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Sat, 5 Nov 2016 20:08:39 -0400 Subject: [PATCH] Remove accidentally commited debug code --- tweepy/streaming.py | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.25.1