]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Remove out of date debug output
authorMatthew Barr <matthew.barr@intel.com>
Sun, 6 Aug 2017 23:45:28 +0000 (09:45 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Mon, 21 Aug 2017 01:23:41 +0000 (11:23 +1000)
util/cross_compile.cpp

index b987ccaf9b87ede52d34b5365c15b768726d18aa..0d13699844134d49fe43a5da6902f0c181ea0675 100644 (file)
@@ -63,7 +63,6 @@ unique_ptr<hs_platform_info> 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;