Skip to content

Commit 1251776

Browse files
committed
remove debug print
1 parent dc4f65e commit 1251776

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

text/diff_util/file_diff.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ impl<'a> FileDiff<'a> {
9393
&mut lcs_indices,
9494
);
9595

96-
println!("{:?}", lcs_indices);
9796
diff.hunks
9897
.create_hunks_from_lcs(&lcs_indices, num_lines1, num_lines2);
9998

0 commit comments

Comments
 (0)