Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Aug 16, 2024
1 parent 85347e6 commit 64c6be1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/changes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ impl RepoChangeset {
}

for associated_pr in &associated_prs {
println!("pr number: {:}", associated_pr.number);

let mut pr_reviews_page = octocrab
.pulls(&self.remote.owner, &self.remote.repository)
.list_reviews(associated_pr.number)
Expand Down

0 comments on commit 64c6be1

Please sign in to comment.