aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/lib/usrp/common/lmx2592.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/common/lmx2592.cpp b/host/lib/usrp/common/lmx2592.cpp
index e1c85c05f..ed3d22574 100644
--- a/host/lib/usrp/common/lmx2592.cpp
+++ b/host/lib/usrp/common/lmx2592.cpp
@@ -286,9 +286,6 @@ public:
_regs.fcal_enable = 1;
commit();
- UHD_LOGGER_TRACE("LMX2592")
- << "PLL lock status: " << (get_lock_status() ? "Locked" : "Unlocked");
-
return actual_f_lo;
}