No title message to stderr - stdout is enough

This commit is contained in:
dwarning 2007-11-14 08:34:52 +00:00
parent cd80e5bfe0
commit f286055405
1 changed files with 0 additions and 1 deletions

View File

@ -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