From 6dc45f293f62021425cfa63640406450358b2ed9 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 10 Aug 2016 16:08:44 -0700 Subject: rfnoc graph: Removed debugging verbage --- host/lib/rfnoc/graph_impl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'host/lib/rfnoc/graph_impl.cpp') 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 -- cgit v1.2.3