From 9cfd03bd98693e62c6898f18d90d5d08f4d5c102 Mon Sep 17 00:00:00 2001 From: Tom Rondeau <trondeau@vt.edu> Date: Wed, 6 Mar 2013 11:46:57 -0500 Subject: blocks: moving peak_detector and moving_average to gr-blocks. --- gr-blocks/python/qa_peak_detector2.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gr-blocks/python/qa_peak_detector2.py') 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) -- cgit v1.2.3