summaryrefslogtreecommitdiff
path: root/gr-qtgui
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-07-29 14:44:29 -0400
committerTom Rondeau <trondeau@vt.edu>2012-07-29 14:44:29 -0400
commitce46d1524e5c178e6e7ab9d6d55f0bd824d8adf2 (patch)
tree0f6b522c29414407af8de4f2e2f5b6a913940804 /gr-qtgui
parentd36e9ce1fecfd992c05f40170653309cc9bc91f0 (diff)
qtgui: removing missed debug lines.
Diffstat (limited to 'gr-qtgui')
-rwxr-xr-xgr-qtgui/examples/pyqt_time_c.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-qtgui/examples/pyqt_time_c.py b/gr-qtgui/examples/pyqt_time_c.py
index d8bd6097dc..255cd1c855 100755
--- a/gr-qtgui/examples/pyqt_time_c.py
+++ b/gr-qtgui/examples/pyqt_time_c.py
@@ -31,10 +31,6 @@ except ImportError:
print "Error: Program requires PyQt4 and gr-qtgui."
sys.exit(1)
-import os
-print os.getpid()
-raw_input()
-
class dialog_box(QtGui.QWidget):
def __init__(self, display, control):
QtGui.QWidget.__init__(self, None)