diff --git a/models/git/protected_branch.go b/models/git/protected_branch.go index f6a013b1b0..fa7841a3d0 100644 --- a/models/git/protected_branch.go +++ b/models/git/protected_branch.go @@ -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 }