Skip to content

Commit 243f33a

Browse files
committed
remove logs
1 parent e027b26 commit 243f33a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dockerproxy/auth.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ func authorizeRequest(ctx context.Context, appName, authToken string) bool {
7272
return true
7373
}
7474

75-
log.Warnf("allowThirdPartyOrgSlug %s", allowThirdPartyOrgSlug)
76-
log.Warnf("org slug %s", app.Organization.Slug)
7775
if allowThirdPartyOrgSlug == app.Organization.Slug {
7876
log.Warnf("Allowed %s from third party organization %s", appName, app.Organization.Slug)
7977
return true

0 commit comments

Comments
 (0)