mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
chore: remove debug statement
This commit is contained in:
parent
8e3c2cc8d4
commit
2c0349c11c
1 changed files with 0 additions and 2 deletions
|
@ -93,8 +93,6 @@ func FromDocker(c *container.SummaryTrimmed, dockerHost string) (res *Container)
|
|||
res.setPrivateHostname(helper)
|
||||
res.setPublicHostname()
|
||||
res.loadDeleteIdlewatcherLabels(helper)
|
||||
|
||||
logging.Debug().Bool("is_local", res.isLocal()).Msgf("container %q", res.ContainerName)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue