Remove debug log
This commit is contained in:
@@ -88,7 +88,6 @@ func Generate(p *compose.Parser, katernayVersion, appName, appVersion, composeFi
|
|||||||
if portExists(target, service.Ports) {
|
if portExists(target, service.Ports) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
log.Println("Add port to service:", n, target)
|
|
||||||
service.Ports = append(service.Ports, types.ServicePortConfig{
|
service.Ports = append(service.Ports, types.ServicePortConfig{
|
||||||
Target: uint32(target),
|
Target: uint32(target),
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user