remove unnecessary info!()
logging
This commit is contained in:
parent
5626346ac9
commit
31d07edc94
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ extern crate rustc_macros;
|
|||
|
||||
pub use emitter::ColorConfig;
|
||||
|
||||
use tracing::{debug, info};
|
||||
use tracing::debug;
|
||||
use Level::*;
|
||||
|
||||
use emitter::{is_case_difference, Emitter, EmitterWriter};
|
||||
|
@ -348,7 +348,6 @@ impl CodeSuggestion {
|
|||
while buf.ends_with('\n') {
|
||||
buf.pop();
|
||||
}
|
||||
info!(?buf, ?highlights);
|
||||
Some((buf, substitution.parts, highlights, only_capitalization))
|
||||
})
|
||||
.collect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue