diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-10 16:08:44 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-10 16:08:44 -0700 |
commit | 6dc45f293f62021425cfa63640406450358b2ed9 (patch) | |
tree | d8d196aec414deba4d1692b4ef7028a66f26b41a /host/lib/rfnoc/graph_impl.cpp | |
parent | 1051ca97f52631b57889625626e2a5b48724487f (diff) | |
download | uhd-6dc45f293f62021425cfa63640406450358b2ed9.tar.gz uhd-6dc45f293f62021425cfa63640406450358b2ed9.tar.bz2 uhd-6dc45f293f62021425cfa63640406450358b2ed9.zip |
rfnoc graph: Removed debugging verbage
Diffstat (limited to 'host/lib/rfnoc/graph_impl.cpp')
-rw-r--r-- | host/lib/rfnoc/graph_impl.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/host/lib/rfnoc/graph_impl.cpp b/host/lib/rfnoc/graph_impl.cpp index fdf4fdc78..64c6f6abe 100644 --- a/host/lib/rfnoc/graph_impl.cpp +++ b/host/lib/rfnoc/graph_impl.cpp @@ -85,10 +85,10 @@ void graph_impl::connect( dst->set_upstream_port(actual_dst_block_port, actual_src_block_port); // At this point, ports are locked and no one else can simply connect // into them. - UHD_MSG(status) - << "[" << _name << "] Connecting " - << src_block << ":" << actual_src_block_port << " --> " - << dst_block << ":" << actual_dst_block_port << std::endl; + //UHD_MSG(status) + //<< "[" << _name << "] Connecting " + //<< src_block << ":" << actual_src_block_port << " --> " + //<< dst_block << ":" << actual_dst_block_port << std::endl; /******************************************************************** * 2. Check IO signatures match |