Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove meaningless logging
  • Loading branch information
joao-paulo-parity committed Oct 1, 2021
commit 9c4f95140ea504ad9161fa555c7830b8eb4c9d8b
2 changes: 0 additions & 2 deletions src/companion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,6 @@ pub async fn merge_companions(
remaining_futures = next_remaining_futures;
}
}
} else {
log::info!("PR had no body: {:?}", pr);
}
}

Expand Down