Skip to content

Commit adc3b12

Browse files
committed
Remove println! debug :(
1 parent 821d04b commit adc3b12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ fn format_lines(
375375
config: &Config,
376376
report: &mut FormatReport,
377377
) {
378-
println!("skipped_range: {:?}", skipped_range);
379378
// Iterate over the chars in the file map.
380379
let mut trims = vec![];
381380
let mut last_wspace: Option<usize> = None;

0 commit comments

Comments
 (0)