remove debug log

master
Andrew Kelley 2019-07-07 17:26:47 -04:00
parent 336ddb8011
commit 3e36cad1c1
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 0 additions and 3 deletions

View File

@ -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;