chore: remove debug statement

This commit is contained in:
yusing 2025-04-30 00:14:53 +08:00
parent 8e3c2cc8d4
commit 2c0349c11c

View file

@ -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
}