Skip to content

Commit

Permalink
chore: remove debug logs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed Oct 2, 2021
1 parent 59056b9 commit 23399cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ func (m *MatchRemoteHost) resolveIPs() ([]net.IP, error) {
return result.([]net.IP), nil
}

m.logger.Info("resolving")

allIPs := make([]net.IP, 0)

for _, h := range m.Hosts {
Expand Down

0 comments on commit 23399cd

Please sign in to comment.