aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llc/nacl_file.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llc/nacl_file.cpp b/tools/llc/nacl_file.cpp
index 13dcda128a..d3248a49b6 100644
--- a/tools/llc/nacl_file.cpp
+++ b/tools/llc/nacl_file.cpp
@@ -40,8 +40,8 @@ using std::string;
using std::map;
#define printerr(...) fprintf(stderr, __VA_ARGS__)
-// Temporarily enabling debug prints to debug temp-file usage on windows bots.
-#define printdbg(...) fprintf(stderr, __VA_ARGS__)
+// printdbg is currently disabled to reduce spew.
+#define printdbg(...)
#define ARRAY_SIZE(array) (sizeof array / sizeof array[0])