We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28578e commit 124e360Copy full SHA for 124e360
lib/metadata/ec2_metadata_service.go
@@ -209,9 +209,6 @@ func handleOptions(opts *EC2MetadataInput) error {
209
profile = opts.Config // may be nil/empty if no profile passed at startup, it's not an error
210
samlClient = opts.SamlClient // may be nil/empty if we're not starting with a SAML profile, it's not an error
211
212
- log.Infof("%+v", profile)
213
- log.Infof("%+v", samlClient)
214
-
215
s = opts.Session
216
if s == nil {
217
return errors.New("invalid session provided")
0 commit comments