aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/graph_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc/graph_impl.cpp')
-rw-r--r--host/lib/rfnoc/graph_impl.cpp8
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