remove launch debugging
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 10 Dec 2012 11:00:57 +0100
changeset 737 8f6a4d6dfe14
parent 736 87e1b1d5f644
child 738 2497c7f38e0a
remove launch debugging
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")