diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-04 09:48:25 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-04 09:48:25 -0700 |
commit | 4fd922ba3acb8559a3d7d016b230d5e7a0a84da1 (patch) | |
tree | 5ac850d0a0e5972c2f1ba2d1a77d53d4fe8010e4 /host/lib/usrp/usrp2/io_impl.cpp | |
parent | 57ad303e850f143573d8c6edb1a88542b7b43350 (diff) | |
download | uhd-4fd922ba3acb8559a3d7d016b230d5e7a0a84da1.tar.gz uhd-4fd922ba3acb8559a3d7d016b230d5e7a0a84da1.tar.bz2 uhd-4fd922ba3acb8559a3d7d016b230d5e7a0a84da1.zip |
usrp2: removed extra print-outs in init
Diffstat (limited to 'host/lib/usrp/usrp2/io_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/io_impl.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/usrp2/io_impl.cpp b/host/lib/usrp/usrp2/io_impl.cpp index c0d8ab029..33cec3cbc 100644 --- a/host/lib/usrp/usrp2/io_impl.cpp +++ b/host/lib/usrp/usrp2/io_impl.cpp @@ -168,10 +168,6 @@ void usrp2_impl::io_init(void){ _mboards.at(i), i )); } - - std::cout << "RX samples per packet: " << get_max_recv_samps_per_packet() << std::endl; - std::cout << "TX samples per packet: " << get_max_send_samps_per_packet() << std::endl; - std::cout << "Recv pirate num frames: " << num_frames << std::endl; } /*********************************************************************** |