summaryrefslogtreecommitdiff
path: root/gr-blocks/python/qa_peak_detector2.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-06 11:46:57 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-06 11:46:57 -0500
commit9cfd03bd98693e62c6898f18d90d5d08f4d5c102 (patch)
tree4c0a9c65b3775ec8b7dd5e3f73c22cd0684b44fb /gr-blocks/python/qa_peak_detector2.py
parent520626bcc203a15ec22ed7351204662a33a17ef5 (diff)
blocks: moving peak_detector and moving_average to gr-blocks.
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)