From c72e8c84f565cf3be61780515fa6f7f3dfd73218 Mon Sep 17 00:00:00 2001
From: Ben Reynwar <ben@reynwar.net>
Date: Mon, 31 Jan 2011 22:30:34 -0700
Subject: Tidied qam.py

---
 gnuradio-core/src/python/gnuradio/blks2impl/qam.py | 2 --
 1 file changed, 2 deletions(-)

(limited to 'gnuradio-core/src')

diff --git a/gnuradio-core/src/python/gnuradio/blks2impl/qam.py b/gnuradio-core/src/python/gnuradio/blks2impl/qam.py
index 220a3f62f5..20ca6ee89b 100644
--- a/gnuradio-core/src/python/gnuradio/blks2impl/qam.py
+++ b/gnuradio-core/src/python/gnuradio/blks2impl/qam.py
@@ -204,8 +204,6 @@ class qam_demod(generic_demod):
 
         See generic_demod block for list of parameters.
         """
-        print(args)
-        print(kwargs)
         constellation = qam_constellation(constellation_points, differential, gray_coded)
         # We take care of the gray coding in the constellation generation so it doesn't 
         # need to be done in the block.
-- 
cgit v1.2.3