Skip to content

Commit f6ba10c

Browse files
bncerKobzol
andauthored
Remove a comment
Co-authored-by: Jakub Beránek <[email protected]>
1 parent 3db7e99 commit f6ba10c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/bors.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ fn try_main(opts: Opts) -> anyhow::Result<()> {
125125
let db = runtime
126126
.block_on(initialize_db(&opts.db))
127127
.context("Cannot initialize database")?;
128-
// Unwrap will not panic due to default_value for the 'permissions' argument
129128
let team_api = TeamApiClient::new(opts.permissions);
130129
let (client, loaded_repos) = runtime.block_on(async {
131130
let client = create_github_client(

0 commit comments

Comments
 (0)