From: Matthew Barr Date: Sun, 6 Aug 2017 23:45:28 +0000 (+1000) Subject: Remove out of date debug output X-Git-Tag: v4.6.0^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56ec2dfc4a4161877d60369e67e02b7e989e86d7;p=thirdparty%2Fvectorscan.git Remove out of date debug output --- 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;