aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/io_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-10-04 09:48:25 -0700
committerJosh Blum <josh@joshknows.com>2010-10-04 09:48:25 -0700
commit4fd922ba3acb8559a3d7d016b230d5e7a0a84da1 (patch)
tree5ac850d0a0e5972c2f1ba2d1a77d53d4fe8010e4 /host/lib/usrp/usrp2/io_impl.cpp
parent57ad303e850f143573d8c6edb1a88542b7b43350 (diff)
downloaduhd-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.cpp4
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;
}
/***********************************************************************