aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-05-11 16:52:05 -0700
committerMartin Braun <martin.braun@ettus.com>2015-05-11 16:52:05 -0700
commit27b8dbc1aaf1b840e235c247f06508e8c64cba8d (patch)
tree1805bb52b0e9223254eb17b434abd75fe9909719 /host
parent5df62fa9e8a86a7dc9c92c5bffa31faec94e5e03 (diff)
downloaduhd-27b8dbc1aaf1b840e235c247f06508e8c64cba8d.tar.gz
uhd-27b8dbc1aaf1b840e235c247f06508e8c64cba8d.tar.bz2
uhd-27b8dbc1aaf1b840e235c247f06508e8c64cba8d.zip
b200: Removed stray messages
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/b200/b200_io_impl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/b200/b200_io_impl.cpp b/host/lib/usrp/b200/b200_io_impl.cpp
index 71a103cfe..f4639807f 100644
--- a/host/lib/usrp/b200/b200_io_impl.cpp
+++ b/host/lib/usrp/b200/b200_io_impl.cpp
@@ -98,8 +98,6 @@ void b200_impl::set_auto_tick_rate(
// Check if the user selected something completely unreasonable:
if (uhd::math::fp_compare::fp_compare_delta<double>(this_dsp_rate, uhd::math::FREQ_COMPARISON_DELTA_HZ) >
uhd::math::fp_compare::fp_compare_delta<double>(max_tick_rate, uhd::math::FREQ_COMPARISON_DELTA_HZ)) {
- UHD_MSG(status) << boost::format("%.20d") % this_dsp_rate << std::endl;
- UHD_MSG(status) << boost::format("%.20d") % max_tick_rate << std::endl;
throw uhd::value_error(str(
boost::format("Requested sampling rate (%.2f Msps) exceeds maximum tick rate of %.2f MHz.")
% (this_dsp_rate / 1e6) % (max_tick_rate / 1e6)