Skip to content

Commit

Permalink
Removing debugging statements (#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator authored Apr 4, 2023
1 parent be818cc commit 2917787
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/pkg/agent/application/info/agent_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func (i *AgentInfo) ECSMetadata(l *logger.Logger) (*ECSMeta, error) {

info := sysInfo.Info()
hostname := info.Hostname
l.Debugf("in ECSMetadata, hostname = %s", hostname)
if features.FQDN() {
fqdn, err := sysInfo.FQDN()
if err != nil {
Expand Down Expand Up @@ -202,7 +201,6 @@ func (i *AgentInfo) ECSMetadataFlatMap(l *logger.Logger) (map[string]interface{}

info := sysInfo.Info()
hostname := info.Hostname
l.Debugf("in ECSMetadataFlatMap, hostname = %s", hostname)
if features.FQDN() {
fqdn, err := sysInfo.FQDN()
if err != nil {
Expand Down

0 comments on commit 2917787

Please sign in to comment.