Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Jul 7, 2017
1 parent 2c612ca commit 024d5a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/driver/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,6 @@ func (d *DockerDriver) Fingerprint(cfg *config.Config, node *structs.Node) (bool
d.fingerprintSuccess = helper.BoolToPtr(false)
return false, nil
}
for i, v := range *env {
d.logger.Printf("[DEBUG] driver.docker: %d %s", i, v)
}

node.Attributes[dockerDriverAttr] = "1"
node.Attributes["driver.docker.version"] = env.Get("Version")
Expand Down

0 comments on commit 024d5a8

Please sign in to comment.