From c7ae5183fe468c4709861de86e036ed8d277accd Mon Sep 17 00:00:00 2001 From: Stefan Schippers Date: Wed, 14 Oct 2020 04:14:43 +0200 Subject: [PATCH] removed dbg message --- src/token.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/token.c b/src/token.c index 77602ac6..9aad1084 100644 --- a/src/token.c +++ b/src/token.c @@ -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));