From e9c85698001c51db6bdb3625bc353284a3a40002 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Wed, 31 May 2023 10:25:54 +0200 Subject: [PATCH] remove debug mesg --- src/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.c b/src/actions.c index ea5564c5..e12f1d4d 100644 --- a/src/actions.c +++ b/src/actions.c @@ -1715,7 +1715,7 @@ int descend_schematic(int instnumber) if(single_n_ptr[0] == '#') single_n_ptr++; str_hash_lookup(&xctx->portmap[xctx->currsch + 1], single_p, single_n_ptr, XINSERT); - dbg(0, "descend_schematic(): %s: %s ->%s\n", xctx->inst[n].instname, single_p, single_n_ptr); + dbg(1, "descend_schematic(): %s: %s ->%s\n", xctx->inst[n].instname, single_p, single_n_ptr); } if(single_n) my_free(_ALLOC_ID_, &single_n); my_free(_ALLOC_ID_, &net_node);