mirror of
https://github.com/ziglang/zig.git
synced 2026-01-09 17:05:16 +00:00
remove debug log
This commit is contained in:
parent
336ddb8011
commit
3e36cad1c1
@ -201,9 +201,6 @@ Error glibc_build_dummies_and_maps(CodeGen *g, const ZigGLibCAbi *glibc_abi, con
|
||||
if ((err = os_file_exists(test_if_exists_path, &hit)))
|
||||
return err;
|
||||
|
||||
// TODO this is for debugging
|
||||
fprintf(stderr, "dummy so dir: %s\n", buf_ptr(dummy_dir));
|
||||
|
||||
if (hit) {
|
||||
*out_dir = dummy_dir;
|
||||
return ErrorNone;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user