remove dbg message

This commit is contained in:
stefan schippers 2023-05-01 23:20:11 +02:00
parent a9ffa50ed8
commit fd0e036492
1 changed files with 0 additions and 1 deletions

View File

@ -1434,7 +1434,6 @@ int sym_vs_sch_pins()
err |= 1;
tcleval("show_infotext"); /* critical error: force ERC window showing */
for(j = 0; j < xctx->instances; ++j) {
dbg(0, "instance %d --> %s, sym=%s\n", j, get_sym_name(j, 9999, 1), xctx->sym[i].name);
if(!xctx->x_strcmp(get_sym_name(j, 9999, 1), xctx->sym[i].name)) {
xctx->inst[j].color = -PINLAYER;
xctx->hilight_nets=1;