From 56ec2dfc4a4161877d60369e67e02b7e989e86d7 Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Mon, 7 Aug 2017 09:45:28 +1000 Subject: [PATCH] Remove out of date debug output --- util/cross_compile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/util/cross_compile.cpp b/util/cross_compile.cpp index b987ccaf..0d136998 100644 --- a/util/cross_compile.cpp +++ b/util/cross_compile.cpp @@ -63,7 +63,6 @@ unique_ptr xcompileReadMode(const char *s) { if (!opt.empty()) { for (const auto &xcompile : xcompile_options) { if (opt == xcompile.name) { - DEBUG_PRINTF("found opt %zu:%llu\n", i, xcompile.cpu_features); rv.cpu_features = xcompile.cpu_features; found_mode = true; break;