Skip to content

Commit 2f108ce

Browse files
committed
Remove debug logging
1 parent 6481a90 commit 2f108ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/docker/deployer.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,6 @@ func deployImage(
300300
"test pollution. Remove the VOLUME in the Dockerfile to suppress this message.", containerName, vol,
301301
)
302302
}
303-
for nw, nwinfo := range inspect.NetworkSettings.Networks {
304-
log.Printf("%s network %s: %+v", containerName, nw, nwinfo)
305-
}
306-
log.Printf("%s port bindings: %+v", containerName, inspect.NetworkSettings.Ports)
307303

308304
var lastErr error
309305

0 commit comments

Comments
 (0)