diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-07-14 17:06:25 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-07-14 17:06:25 -0700 |
commit | bb5a664ccf247d3d0d9cbd61a3713503c4c75193 (patch) | |
tree | fd7f2863b98244986fb8497381d615e07112dfe1 | |
parent | 5f4470a8fb340677f2d0b557f4670bc7506fc38a (diff) | |
download | uhd-bb5a664ccf247d3d0d9cbd61a3713503c4c75193.tar.gz uhd-bb5a664ccf247d3d0d9cbd61a3713503c4c75193.tar.bz2 uhd-bb5a664ccf247d3d0d9cbd61a3713503c4c75193.zip |
x300: Removed stray debug print
-rw-r--r-- | host/lib/usrp/x300/x300_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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" |