From bb5a664ccf247d3d0d9cbd61a3713503c4c75193 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 14 Jul 2015 17:06:25 -0700 Subject: x300: Removed stray debug print --- host/lib/usrp/x300/x300_impl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index 58914c02b..aff150acb 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -622,7 +622,6 @@ void x300_impl::setup_mb(const size_t mb_i, const uhd::device_addr_t &dev_addr) mb.hw_rev = X300_REV("D"); } - UHD_VAR(mb.hw_rev) if (mb.hw_rev > X300_MAX_HW_REV) { throw uhd::runtime_error(str( boost::format("Unsupported board revision number: %d.\n" -- cgit v1.2.3