From 31d07edc94814069a02bea7341edfa35c7068786 Mon Sep 17 00:00:00 2001 From: Esteban Kuber Date: Tue, 17 Aug 2021 16:06:18 +0000 Subject: remove unnecessary `info!()` logging --- compiler/rustc_errors/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/rustc_errors/src') diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index a37d969f595..8c0a9d5aae3 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -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() -- cgit 1.4.1-3-g733a5