From 2f3025cf3f4738b2fc998fd21efa8b0839443930 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Thu, 3 Dec 2020 19:48:15 +0100 Subject: [PATCH] rm debug msgs --- src/netlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netlist.c b/src/netlist.c index 483c2594..c6ea9b0a 100644 --- a/src/netlist.c +++ b/src/netlist.c @@ -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;