From 3e36cad1c125145f249325cdf1eae8662a4a24c6 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 7 Jul 2019 17:26:47 -0400 Subject: [PATCH] remove debug log --- src/glibc.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/glibc.cpp b/src/glibc.cpp index a226b23a9a..bf78d18e1f 100644 --- a/src/glibc.cpp +++ b/src/glibc.cpp @@ -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;