summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
authorBen Reynwar2011-01-31 22:30:34 -0700
committerBen Reynwar2011-01-31 22:30:34 -0700
commitc72e8c84f565cf3be61780515fa6f7f3dfd73218 (patch)
tree8a7ff4b3219b061e3e10486fca701477080e2aed /gnuradio-core/src
parentf2196f9ca883114d2c39beb59489387a43b8bff7 (diff)
downloadgnuradio-c72e8c84f565cf3be61780515fa6f7f3dfd73218.tar.gz
gnuradio-c72e8c84f565cf3be61780515fa6f7f3dfd73218.tar.bz2
gnuradio-c72e8c84f565cf3be61780515fa6f7f3dfd73218.zip
Tidied qam.py
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/python/gnuradio/blks2impl/qam.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnuradio-core/src/python/gnuradio/blks2impl/qam.py b/gnuradio-core/src/python/gnuradio/blks2impl/qam.py
index 220a3f62f..20ca6ee89 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.