Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 5, 2024
1 parent 0e540f1 commit 71aafbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/entry_point.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ static void do_initialize_lisp(const char *libsbcl_librarian_path)
char *core_path = malloc(core_path_size);

snprintf(core_path, core_path_size, "%ssbcl_librarian.core", libsbcl_librarian_dir);
printf("core path: %s\n", core_path);
fflush(stdout);

const char *init_args[] = {"", "--dynamic-space-size", "8192", "--core", core_path, "--noinform", "--no-userinit"};

Expand Down

0 comments on commit 71aafbd

Please sign in to comment.