remove debug mesg

This commit is contained in:
stefan schippers 2023-05-31 10:25:54 +02:00
parent 39f2747149
commit e9c8569800
1 changed files with 1 additions and 1 deletions

View File

@ -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);