Skip to content

Commit 7cf03cd

Browse files
committed
refactor: remove unnecessary log lines
1 parent 7229b2a commit 7cf03cd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/handlers/milestone_prs.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ async fn milestone_cargo(
158158
// * Cargo's PR never got merged as fast-forward / rebase / squash merge.
159159
commit.parents.len() == 2)
160160
.filter_map(|commit| {
161-
log::info!(
162-
"getting PR number for cargo commit {} (len={})",
163-
commit.sha,
164-
commit.commit.message.len()
165-
);
166-
167161
let first = commit
168162
.commit
169163
.message

0 commit comments

Comments
 (0)