diff options
author | Ben Reynwar | 2011-01-31 22:30:34 -0700 |
---|---|---|
committer | Ben Reynwar | 2011-01-31 22:30:34 -0700 |
commit | c72e8c84f565cf3be61780515fa6f7f3dfd73218 (patch) | |
tree | 8a7ff4b3219b061e3e10486fca701477080e2aed /gnuradio-core/src/python | |
parent | f2196f9ca883114d2c39beb59489387a43b8bff7 (diff) | |
download | gnuradio-c72e8c84f565cf3be61780515fa6f7f3dfd73218.tar.gz gnuradio-c72e8c84f565cf3be61780515fa6f7f3dfd73218.tar.bz2 gnuradio-c72e8c84f565cf3be61780515fa6f7f3dfd73218.zip |
Tidied qam.py
Diffstat (limited to 'gnuradio-core/src/python')
-rw-r--r-- | gnuradio-core/src/python/gnuradio/blks2impl/qam.py | 2 |
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. |