From b58a3af9388639b06a98ab2d2c99e99a1e1e181e Mon Sep 17 00:00:00 2001 From: Henry Goodman <13032204@student.uts.edu.au> Date: Fri, 19 Apr 2024 21:03:51 +1000 Subject: [PATCH] Remove debug log --- models/git/protected_branch.go | 1 - 1 file changed, 1 deletion(-) 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 }