summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-20 12:02:03 -0400
committerTom Rondeau <trondeau@vt.edu>2013-03-20 12:02:03 -0400
commit0f0eca92b7d951190d7309d22824c9bac946893c (patch)
treebad89fe9155639561cabcffec53c953d3bd6109e
parentf5fb7e9d9df913eb8ca23c47b6b9aa117656971f (diff)
uhd: removed some debugging stuff that snuck into commit c856fe010.
-rwxr-xr-xgr-uhd/apps/uhd_fft4
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-uhd/apps/uhd_fft b/gr-uhd/apps/uhd_fft
index f16f2d71b5..800a5fab84 100755
--- a/gr-uhd/apps/uhd_fft
+++ b/gr-uhd/apps/uhd_fft
@@ -38,10 +38,6 @@ except ImportError:
sys.stderr.write("Error importing GNU Radio's wxgui. Please make sure gr-wxgui is installed.\n")
sys.exit(1)
-import os
-print os.getpid()
-raw_input()
-
class app_top_block(stdgui2.std_top_block):
def __init__(self, frame, panel, vbox, argv):
stdgui2.std_top_block.__init__(self, frame, panel, vbox, argv)