Remove println! debug :(

This commit is contained in:
topecongiro 2017-12-08 17:48:49 +09:00
parent 821d04b2a4
commit adc3b12ad4

View file

@ -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<usize> = None;