From 19874c04d49a732189aafa45e2a9638dce810da2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 17 May 2012 15:50:07 -0700 Subject: usrp1: removed print from codec_ctrl last commit --- host/lib/usrp/usrp1/codec_ctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp') diff --git a/host/lib/usrp/usrp1/codec_ctrl.cpp b/host/lib/usrp/usrp1/codec_ctrl.cpp index b41e197ca..20a7f9bab 100644 --- a/host/lib/usrp/usrp1/codec_ctrl.cpp +++ b/host/lib/usrp/usrp1/codec_ctrl.cpp @@ -392,7 +392,7 @@ double calc_dxc_freq(double target_freq, double rate) while(delta < -rate) { delta += rate; } - std::cout << std::fixed << "delta: " << delta << std::endl; + //std::cout << std::fixed << "delta: " << delta << std::endl; if (delta >= -rate/2) { // non-inverted region dxc_freq = -delta; -- cgit v1.2.3