frontend: compile: remove filepath printf output
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user