Skip to content

Commit 124e360

Browse files
author
Mike Morris
committed
Remove extraneous log messages from metadata service
1 parent f28578e commit 124e360

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/metadata/ec2_metadata_service.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ func handleOptions(opts *EC2MetadataInput) error {
209209
profile = opts.Config // may be nil/empty if no profile passed at startup, it's not an error
210210
samlClient = opts.SamlClient // may be nil/empty if we're not starting with a SAML profile, it's not an error
211211

212-
log.Infof("%+v", profile)
213-
log.Infof("%+v", samlClient)
214-
215212
s = opts.Session
216213
if s == nil {
217214
return errors.New("invalid session provided")

0 commit comments

Comments
 (0)