remove dbg message
This commit is contained in:
parent
a9ffa50ed8
commit
fd0e036492
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue