Skip to content

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Nov 14, 2024
1 parent 98442f6 commit 0bdb2c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/autoscaler/helpers/auth/xfcc_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ func (m *xfccAuthMiddleware) checkAuth(r *http.Request) error {
return fmt.Errorf("failed to parse certificate: %w", err)
}

fmt.Println("BANANAAAA", getSpaceGuid(cert))
fmt.Println("BANANAAAA", m.spaceGuid)
if getSpaceGuid(cert) != m.spaceGuid {
return ErrorWrongSpace
}
Expand Down

0 comments on commit 0bdb2c9

Please sign in to comment.