diff options
Diffstat (limited to 'gnuradio-core/src')
-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. |