diff --git a/frontend/cmd/compile.c b/frontend/cmd/compile.c index 8347607..6d2754b 100644 --- a/frontend/cmd/compile.c +++ b/frontend/cmd/compile.c @@ -222,7 +222,6 @@ static int compile(const b_command *cmd, const b_arglist *args, const b_array *_ continue; } - printf("%s\n", path->val_str); int r = compile_file(path->val_str, args); if (r != 0) { return r;