Remove accidentally commited debug code
authorAaron Hill <aa1ronham@gmail.com>
Sun, 6 Nov 2016 00:08:39 +0000 (20:08 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sun, 6 Nov 2016 00:08:39 +0000 (20:08 -0400)
tweepy/streaming.py

index 2fdab4991a7f7a536afd605e3456dd1b2f12aa5e..e272fb8c879e581bc6d28b0179d798bcc9d4a75f 100644 (file)
@@ -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