fix: debug is leaking host container and network names
Closes forgejo/runner#295
This commit is contained in:
parent
98d572ee58
commit
f19b377e2d
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ func NewDockerNetworkCreateExecutor(name string, config *types.NetworkCreate) co
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
common.Logger(ctx).Debugf("%v", networks)
|
||||
for _, network := range networks {
|
||||
if network.Name == name {
|
||||
common.Logger(ctx).Debugf("Network %v exists", name)
|
||||
|
|
Loading…
Reference in a new issue