Remove the debug printout

This commit is contained in:
Holger Vogt 2023-01-27 16:44:54 +01:00
parent 87517b6f7a
commit 7e36c72735
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ ivars(char *argv0)
}
if (path_end)
*path_end = '\0';
fprintf(stdout, "ngspice path %s\n", Spice_Exec_Path);
}
}