Browse Source

Remove the debug printout

pre-master-46
Holger Vogt 3 years ago
parent
commit
6da2659026
  1. 1
      src/misc/ivars.c

1
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);
}
}

Loading…
Cancel
Save