From 68a031d0be286c83464ee3876bc1422fecc85a9d Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Fri, 1 Apr 2022 08:15:01 +0200 Subject: [PATCH] Remove bad log --- cmd/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/main.go b/cmd/main.go index fd79e07..1b0df68 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -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) }, }