From adc3b12ad496a014cd1b3cdbeabafbcd3f206796 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Fri, 8 Dec 2017 17:48:49 +0900 Subject: [PATCH] Remove println! debug :( --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 229e25bb65b7..18e802b1d2ed 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -375,7 +375,6 @@ fn format_lines( config: &Config, report: &mut FormatReport, ) { - println!("skipped_range: {:?}", skipped_range); // Iterate over the chars in the file map. let mut trims = vec![]; let mut last_wspace: Option = None;