script/stream/recorder_tweetstream.py
changeset 737 8f6a4d6dfe14
parent 693 2ef837069108
child 738 2497c7f38e0a
--- 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")