Merge pull request #3117 from fitzgen/log-levels

cranelift: Move most debug-level logs to the trace level
This commit is contained in:
Chris Fallin
2021-07-26 12:52:39 -07:00
committed by GitHub
26 changed files with 156 additions and 166 deletions

View File

@@ -46,7 +46,6 @@ impl SubTest for TestStackMaps {
text.push_str("Stack maps:\n");
text.push('\n');
text.push_str(&sink.text);
log::debug!("FITZGEN:\n{}", text);
run_filecheck(&text, context)
}