Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Feb 11, 2025
1 parent 08fcfa0 commit 2c5b330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion translator/util/eksdetector/eksdetector.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ var (
value = awsAuth != nil
} else {
issuer, err := eksDetector.getIssuer()
fmt.Println("fallback issuer: ", issuer)
if err == nil {
value = strings.Contains(strings.ToLower(issuer), "eks")
}
Expand Down

0 comments on commit 2c5b330

Please sign in to comment.