rm debug msgs

This commit is contained in:
Stefan Frederik 2020-12-03 19:48:15 +01:00
parent 70cf1e8dfb
commit 2f3025cf3f
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ void prepare_netlist_structs(int for_netlist)
else if (!for_netlist && xctx->prep_hi_structs) return;
/* delete instance pins spatial hash, wires spatial hash, node_hash, wires and inst nodes.*/
else delete_netlist_structs();
dbg(0, "prepare_netlist_structs(): extraction\n");
dbg(1, "prepare_netlist_structs(): extraction\n");
if(netlist_count == 0 ) startlevel = xctx->currsch;
print_erc = netlist_count == 0 || startlevel < xctx->currsch;