From f286055405d9c233aa09e5fcd94783580bdd070b Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 14 Nov 2007 08:34:52 +0000 Subject: [PATCH] No title message to stderr - stdout is enough --- src/frontend/inp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/inp.c b/src/frontend/inp.c index f63d4f787..046bea3e1 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -490,7 +490,6 @@ inp_spsource(FILE *fp, bool comfile, char *filename) if (deck->li_next) { /* There is something left after the controls. */ fprintf(cp_out, "\nCircuit: %s\n\n", tt); - fprintf(stderr, "\nCircuit: %s\n\n", tt); /* Old location of ENHtranslate_poly. This didn't work, because it * didn't handle models in .SUBCKTs correctly. Moved to new location below