Remove out of date debug output

This commit is contained in:
Matthew Barr 2017-08-07 09:45:28 +10:00
parent a847b4307a
commit 56ec2dfc4a

View 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;