diff options
| author | Ashish Chaudhari <ashish@ettus.com> | 2018-01-08 11:01:31 -0800 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2018-01-08 11:52:49 -0800 | 
| commit | ca5054248fc5eb58c04b81f43dd7215e1c325b18 (patch) | |
| tree | 6321ae5aa6198c8a35d6630493928327883bbb47 /host/lib/usrp | |
| parent | 5514917583be687414ceb28a2fb9cb6bbb7c67c6 (diff) | |
| download | uhd-ca5054248fc5eb58c04b81f43dd7215e1c325b18.tar.gz uhd-ca5054248fc5eb58c04b81f43dd7215e1c325b18.tar.bz2 uhd-ca5054248fc5eb58c04b81f43dd7215e1c325b18.zip | |
rfnoc: dma_fifo: Minor: Cleaned up log prints
Diffstat (limited to 'host/lib/usrp')
| -rw-r--r-- | host/lib/usrp/cores/dma_fifo_core_3000.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/host/lib/usrp/cores/dma_fifo_core_3000.cpp b/host/lib/usrp/cores/dma_fifo_core_3000.cpp index 6558271fa..683e6027f 100644 --- a/host/lib/usrp/cores/dma_fifo_core_3000.cpp +++ b/host/lib/usrp/cores/dma_fifo_core_3000.cpp @@ -329,7 +329,6 @@ public:              _wait_for_bist_done(1000);              static const double BYTES_PER_CYC = 8;              double bus_clk_rate = _fifo_readback.get_bus_clk_rate(); -            UHD_LOGGER_INFO("DEBUG") << boost::format("[DMA FIFO] Clock rate for BIST calculation: %d ") % bus_clk_rate;              return _fifo_readback.get_xfer_ratio() * bus_clk_rate * BYTES_PER_CYC;          } else {              throw uhd::not_implemented_error( | 
