From 2ff23daec6e82661499a7cbbdea8d2ef7cc8711b Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Fri, 16 Jul 2010 15:02:52 -0700
Subject: wbx: removed print after freq clip

---
 host/lib/usrp/dboard/db_wbx.cpp | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'host/lib/usrp')

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
-- 
cgit v1.2.3