From 44fb4c04d2ecda3f60fc4f7e31da64cce9ca7a6d Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 30 Aug 2012 03:37:11 -0700 Subject: use the separate block msgs/topology updates --- lib/block_task.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/block_task.cpp') diff --git a/lib/block_task.cpp b/lib/block_task.cpp index d9b52f0..faf8098 100644 --- a/lib/block_task.cpp +++ b/lib/block_task.cpp @@ -83,7 +83,7 @@ void ElementImpl::handle_task(const tsbe::TaskInterface &task_iface) //-- Processing time! //------------------------------------------------------------------ - std::cout << "calling work on " << name << std::endl; + //std::cout << "calling work on " << name << std::endl; //reset work trackers for production/consumption size_t input_tokens_count = 0; @@ -135,7 +135,7 @@ void ElementImpl::handle_task(const tsbe::TaskInterface &task_iface) //start with source, this should be EZ int ret = 0; ret = block_ptr->Work(this->input_items, this->output_items); - VAR(ret); + //VAR(ret); if (ret == Block::WORK_DONE) { this->mark_done(task_iface); -- cgit