diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-16 15:02:52 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-16 15:02:52 -0700 |
commit | 2ff23daec6e82661499a7cbbdea8d2ef7cc8711b (patch) | |
tree | 3858c25436aa239660b28ea612907bf568afea8b /host/lib/usrp/dboard/db_wbx.cpp | |
parent | fb955a50fef30e340dc24b0db3189ee2acba5fd1 (diff) | |
download | uhd-2ff23daec6e82661499a7cbbdea8d2ef7cc8711b.tar.gz uhd-2ff23daec6e82661499a7cbbdea8d2ef7cc8711b.tar.bz2 uhd-2ff23daec6e82661499a7cbbdea8d2ef7cc8711b.zip |
wbx: removed print after freq clip
Diffstat (limited to 'host/lib/usrp/dboard/db_wbx.cpp')
-rw-r--r-- | host/lib/usrp/dboard/db_wbx.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/dboard/db_wbx.cpp b/host/lib/usrp/dboard/db_wbx.cpp index e1403196d..28bd6317b 100644 --- a/host/lib/usrp/dboard/db_wbx.cpp +++ b/host/lib/usrp/dboard/db_wbx.cpp @@ -328,10 +328,6 @@ double wbx_xcvr::set_lo_freq( //clip the input target_freq = std::clip(target_freq, wbx_freq_range.min, wbx_freq_range.max); - //return the clipped frequency - std::cerr << boost::format( - "WBX tune: target frequency %f Mhz" - ) % (target_freq/1e6) << std::endl; //map prescaler setting to mininmum integer divider (N) values (pg.18 prescaler) static const uhd::dict<int, int> prescaler_to_min_int_div = map_list_of |