We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4f65e commit 1251776Copy full SHA for 1251776
text/diff_util/file_diff.rs
@@ -93,7 +93,6 @@ impl<'a> FileDiff<'a> {
93
&mut lcs_indices,
94
);
95
96
- println!("{:?}", lcs_indices);
97
diff.hunks
98
.create_hunks_from_lcs(&lcs_indices, num_lines1, num_lines2);
99
0 commit comments