remove dbg message

This commit is contained in:
stefan schippers 2023-05-22 07:46:36 +02:00
parent 9715cf4a5c
commit 637ada331e
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ void find_inst_to_be_redrawn(int what)
if(type && !strcmp(type, "show_label") && (inst[i].ptr + xctx->sym)->rects[PINLAYER] == 2 ) {
if(int_hash_lookup(&xctx->node_redraw_table, xctx->inst[i].node[0], 0, XLOOKUP)) {
int_hash_lookup(&xctx->node_redraw_table, xctx->inst[i].node[1], 0, XINSERT_NOREPLACE);
dbg(0, "bus_tap: propagate %s\n", xctx->inst[i].node[1]);
dbg(1, "bus_tap: propagate %s\n", xctx->inst[i].node[1]);
}
}
}