summaryrefslogtreecommitdiff
path: root/gr-blocks/python/qa_peak_detector2.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/python/qa_peak_detector2.py')
-rw-r--r--gr-blocks/python/qa_peak_detector2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-blocks/python/qa_peak_detector2.py b/gr-blocks/python/qa_peak_detector2.py
index 4b864e4d70..b2d8e318dd 100644
--- a/gr-blocks/python/qa_peak_detector2.py
+++ b/gr-blocks/python/qa_peak_detector2.py
@@ -50,7 +50,6 @@ class test_peak_detector2(gr_unittest.TestCase):
tb.run()
dst_data = dst.data()
- print dst_data
self.assertEqual(expected_result, dst_data)