aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rtlil.cc')
-rw-r--r--kernel/rtlil.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rtlil.cc b/kernel/rtlil.cc
index df6e0af62..5cef90206 100644
--- a/kernel/rtlil.cc
+++ b/kernel/rtlil.cc
@@ -642,7 +642,6 @@ RTLIL::Module::Module()
refcount_cells_ = 0;
#ifdef WITH_PYTHON
- std::cout << "inserting module with name " << this->name.c_str() << "\n";
RTLIL::Module::get_all_modules()->insert(std::pair<unsigned int, RTLIL::Module*>(hashidx_, this));
#endif
}