removed dbg message

This commit is contained in:
Stefan Schippers 2020-10-14 04:14:43 +02:00
parent f4e5f70de1
commit c7ae5183fe
1 changed files with 0 additions and 1 deletions

View File

@ -1430,7 +1430,6 @@ void print_spice_element(FILE *fd, int inst)
my_strdup(483, &template, (xctx.inst[inst].ptr+ xctx.sym)->templ);
/* my_strdup(483, &template, translate(inst, (xctx.inst[inst].ptr+ xctx.sym)->templ) ); */
/* tcl_hook(&template); */
dbg(0, "template=%s\n", template);
my_strdup(484, &name,xctx.inst[inst].instname);
if (!name) my_strdup(43, &name, get_tok_value(template, "name", 0));