1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

(scm_compile_shell_switches): Removed debugging output.

This commit is contained in:
Marius Vollmer 2005-01-16 17:20:36 +00:00
parent 1ec44fed86
commit 436be13ae8

View file

@ -553,9 +553,6 @@ scm_compile_shell_switches (int argc, char **argv)
}
else
scm_shell_usage (1, "missing argument to `-e' switch");
scm_display (entry_point, SCM_UNDEFINED);
scm_newline (SCM_UNDEFINED);
}
else if (! strcmp (argv[i], "-ds")) /* do script here */