summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/python/gnuradio/ctrlport/monitor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-core/src/python/gnuradio/ctrlport/monitor.py b/gnuradio-core/src/python/gnuradio/ctrlport/monitor.py
index 1e74a814f0..53a571a698 100644
--- a/gnuradio-core/src/python/gnuradio/ctrlport/monitor.py
+++ b/gnuradio-core/src/python/gnuradio/ctrlport/monitor.py
@@ -27,7 +27,6 @@ class monitor:
def __init__(self):
print "ControlPort Monitor running."
self.started = False
- self.start()
atexit.register(self.shutdown)
def __del__(self):