frontend: compile: remove filepath printf output

This commit is contained in:
2025-05-09 13:41:12 +01:00
parent de5cb6be42
commit 05df01ff1b

View File

@@ -222,7 +222,6 @@ static int compile(const b_command *cmd, const b_arglist *args, const b_array *_
continue; continue;
} }
printf("%s\n", path->val_str);
int r = compile_file(path->val_str, args); int r = compile_file(path->val_str, args);
if (r != 0) { if (r != 0) {
return r; return r;