Remove debug log

This commit is contained in:
2022-05-05 10:48:14 +02:00
parent 710b46061d
commit ddcc3d00d3

View File

@@ -88,7 +88,6 @@ func Generate(p *compose.Parser, katernayVersion, appName, appVersion, composeFi
if portExists(target, service.Ports) {
continue
}
log.Println("Add port to service:", n, target)
service.Ports = append(service.Ports, types.ServicePortConfig{
Target: uint32(target),
})