diff -r 87e1b1d5f644 -r 8f6a4d6dfe14 script/stream/recorder_tweetstream.py --- a/script/stream/recorder_tweetstream.py Mon Dec 10 10:47:14 2012 +0100 +++ b/script/stream/recorder_tweetstream.py Mon Dec 10 11:00:57 2012 +0100 @@ -198,8 +198,8 @@ def do_run(self): - import pydevd - pydevd.settrace(suspend=False) + #import pydevd + #pydevd.settrace(suspend=False) source_stream_iter_thread = threading.Thread(target=self.__source_stream_iter , name="SourceStreamIterThread")