diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-12-12 17:12:57 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-12-13 10:43:53 -0800 |
commit | 289dd9446285ab3a04e8e26370159a050f6c5e09 (patch) | |
tree | c221e1a471554580d1719bd34ffaf5c7bf88ce27 /host/lib | |
parent | fcce983e417b2868a1b66f435fad52780c9a2dc6 (diff) | |
download | uhd-289dd9446285ab3a04e8e26370159a050f6c5e09.tar.gz uhd-289dd9446285ab3a04e8e26370159a050f6c5e09.tar.bz2 uhd-289dd9446285ab3a04e8e26370159a050f6c5e09.zip |
rfnoc: Removed stray print in legacy_compat
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/rfnoc/legacy_compat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/rfnoc/legacy_compat.cpp b/host/lib/rfnoc/legacy_compat.cpp index e235bdbbd..a396fd677 100644 --- a/host/lib/rfnoc/legacy_compat.cpp +++ b/host/lib/rfnoc/legacy_compat.cpp @@ -349,7 +349,6 @@ public: } } BOOST_FOREACH(const size_t this_chan, chans_to_change) { - UHD_MSG(status) << "setting rate on chan " << this_chan << " " << rate << std::endl; size_t mboard, mb_chan; chan_to_mcp<uhd::RX_DIRECTION>(this_chan, _rx_channel_map, mboard, mb_chan); const size_t dsp_index = _rx_channel_map[mboard][mb_chan].radio_index; |