From: Benedikt Tutzer Date: Mon, 9 Jul 2018 14:02:10 +0000 (+0200) Subject: removed debug output X-Git-Tag: yosys-0.9~179^2~51 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55df7fff19cfaa42197effc31ac8de07f9090924;p=yosys.git removed debug output --- 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(hashidx_, this)); #endif }