Skip to content

Commit

Permalink
refactor: remove unnecessary log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Nov 28, 2024
1 parent 7229b2a commit 7cf03cd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/handlers/milestone_prs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,6 @@ async fn milestone_cargo(
// * Cargo's PR never got merged as fast-forward / rebase / squash merge.
commit.parents.len() == 2)
.filter_map(|commit| {
log::info!(
"getting PR number for cargo commit {} (len={})",
commit.sha,
commit.commit.message.len()
);

let first = commit
.commit
.message
Expand Down

0 comments on commit 7cf03cd

Please sign in to comment.