removed debug output
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>
Mon, 9 Jul 2018 14:02:10 +0000 (16:02 +0200)
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>
Mon, 9 Jul 2018 14:02:10 +0000 (16:02 +0200)
kernel/rtlil.cc

index df6e0af62b48dc3aa1ce30e2dc46f88fad359566..5cef902065516f64be2ad9481ef4e8c26ccc23dd 100644 (file)
@@ -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
 }