From 64d8349aa185f708407b84e7e541cf0c84b0119b Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Wed, 14 Oct 2009 21:05:04 -0500 Subject: [PATCH] Remove debug print. --- tweepy/streaming.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 93c8c09..8b743aa 100644 --- 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() -- 2.25.1