Skip to content

Commit

Permalink
remove redundant log
Browse files Browse the repository at this point in the history
Signed-off-by: zhuangqh <[email protected]>
  • Loading branch information
zhuangqh authored and rudyfly committed Oct 31, 2018
1 parent b32efbb commit 7006be4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/netutils/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"strings"

"github.com/alibaba/pouch/pkg/exec"
"github.com/sirupsen/logrus"

"github.com/golang/glog"
"github.com/pkg/errors"
Expand Down Expand Up @@ -382,8 +381,6 @@ func getAddrByHostname() (net.IP, error) {
return nil, errors.Errorf("failed to get ip address, invalid format: (%s)", stdout)
}

logrus.Infof("get host ip address: (%s)", stdout)

return addr, nil
}

Expand Down

0 comments on commit 7006be4

Please sign in to comment.