diff options
Diffstat (limited to 'lib/port_handlers.cpp')
-rw-r--r-- | lib/port_handlers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/port_handlers.cpp b/lib/port_handlers.cpp index 2461b7d..36d3e27 100644 --- a/lib/port_handlers.cpp +++ b/lib/port_handlers.cpp @@ -23,7 +23,7 @@ void ElementImpl::handle_input_msg( const size_t index, const tsbe::Wax &msg ){ - std::cout << "handle_input_msg in " << name << std::endl; + //std::cout << "handle_input_msg in " << name << std::endl; //handle incoming stream buffer, push into the queue if (msg.type() == typeid(tsbe::Buffer)) @@ -65,7 +65,7 @@ void ElementImpl::handle_output_msg( const size_t index, const tsbe::Wax &msg ){ - std::cout << "handle_output_msg in " << name << std::endl; + //std::cout << "handle_output_msg in " << name << std::endl; //store the token of the downstream consumer if (msg.type() == typeid(Token)) |