Remove debug log

This commit is contained in:
Henry Goodman 2024-04-19 21:03:51 +10:00
parent d038bc5676
commit b58a3af938
No known key found for this signature in database
GPG Key ID: 72E678A2D98E1D54
1 changed files with 0 additions and 1 deletions

View File

@ -364,7 +364,6 @@ func UpdateProtectBranch(ctx context.Context, repo *repo_model.Repository, prote
protectBranch.WhitelistUserIDs = whitelist
whitelist, err = updateUserWhitelist(ctx, repo, protectBranch.ForcePushWhitelistUserIDs, opts.ForcePushUserIDs)
log.Info("%v", whitelist, err)
if err != nil {
return err
}