Skip to content

Commit 81b5731

Browse files
committed
remove debug line
1 parent bbcc550 commit 81b5731

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,6 @@ fn select_commit_to_amend<'a>(
247247
})
248248
.collect();
249249
if let Some(message_pattern) = message_pattern.as_ref() {
250-
eprintln!(
251-
"trying to find message_pattern in {} commits",
252-
commits.len()
253-
);
254250
commits
255251
.into_iter()
256252
.find(|commit| {

0 commit comments

Comments
 (0)