Remove bad log

This commit is contained in:
2022-04-01 08:15:01 +02:00
parent 7ba68c2854
commit 68a031d0be

View File

@@ -5,7 +5,6 @@ import (
"katenary/generator/writers"
"katenary/helm"
"katenary/update"
"log"
"strconv"
"github.com/spf13/cobra"
@@ -71,7 +70,6 @@ func main() {
if err != nil {
writers.IndentSize = indentation
}
log.Println("ComposeFile:", composeFile)
Convert(composeFile, appversion, appName, chartDir, force)
},
}