summaryrefslogtreecommitdiff
path: root/lib/top_block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/top_block.cpp')
-rw-r--r--lib/top_block.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/top_block.cpp b/lib/top_block.cpp
index 240f417..cf0fdaa 100644
--- a/lib/top_block.cpp
+++ b/lib/top_block.cpp
@@ -17,11 +17,6 @@ TopBlock::TopBlock(const std::string &name):
(*this)->executor.reset(new Apology::Executor((*this)->topology.get()));
(*this)->token = Token::make();
(*this)->thread_group = SharedThreadGroup(new boost::thread_group());
- if (GENESIS) std::cerr
- << "===================================================\n"
- << "== Top Block Created: " << name << "\n"
- << "===================================================\n"
- << std::flush;
}
TopBlock::~TopBlock(void)
@@ -34,11 +29,6 @@ void ElementImpl::top_block_cleanup(void)
this->bcast_prio_msg(TopInertMessage());
this->topology->clear_all();
this->executor->commit();
- if (ARMAGEDDON) std::cerr
- << "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n"
- << "xx Top Block Destroyed: " << name << "\n"
- << "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n"
- << std::flush;
}
const GlobalBlockConfig &TopBlock::global_config(void) const