From 27b8dbc1aaf1b840e235c247f06508e8c64cba8d Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 11 May 2015 16:52:05 -0700 Subject: b200: Removed stray messages --- host/lib/usrp/b200/b200_io_impl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'host/lib') 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(this_dsp_rate, uhd::math::FREQ_COMPARISON_DELTA_HZ) > uhd::math::fp_compare::fp_compare_delta(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) -- cgit v1.2.3