From 6da2659026a5066e0dd0485ee7537aa678e031d0 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 27 Jan 2023 16:44:54 +0100 Subject: [PATCH] Remove the debug printout --- src/misc/ivars.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/misc/ivars.c b/src/misc/ivars.c index 5bbeea7e9..3d1878065 100644 --- a/src/misc/ivars.c +++ b/src/misc/ivars.c @@ -117,7 +117,6 @@ ivars(char *argv0) } if (path_end) *path_end = '\0'; - fprintf(stdout, "ngspice path %s\n", Spice_Exec_Path); } }