mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
removing debug line
This commit is contained in:
parent
9c14ee2dea
commit
1278c9b3f6
1 changed files with 0 additions and 1 deletions
1
main.c
1
main.c
|
@ -308,7 +308,6 @@ sexp run_main (int argc, char **argv) {
|
|||
mods_loaded = 1;
|
||||
load_init(1);
|
||||
tmp = sexp_env_ref(ctx, env, sym=sexp_intern(ctx, "*features*", -1), SEXP_NULL);
|
||||
sexp_debug(ctx, "f: ", tmp);
|
||||
if (sexp_pairp(tmp)) {
|
||||
sym = sexp_intern(ctx, ((argv[i][2] == '\0') ? argv[++i] : argv[i]+2), -1);
|
||||
for (; sexp_pairp(sexp_cdr(tmp)); tmp=sexp_cdr(tmp))
|
||||
|
|
Loading…
Add table
Reference in a new issue