From f8eaf3b3e145a73357fe4af88074c6d8c1241e16 Mon Sep 17 00:00:00 2001 From: Paulo Truta Date: Thu, 18 Feb 2021 23:36:51 +0000 Subject: [PATCH] Commented annoying log... --- internal/utils/utils.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/utils/utils.go b/internal/utils/utils.go index 2cfe2e3..313f491 100644 --- a/internal/utils/utils.go +++ b/internal/utils/utils.go @@ -67,7 +67,8 @@ func GetPath(pathKey string) string { targetPath := "" if err != nil { - log.Println("Project .env file not found withing project root. Using only hardcoded path variables.") + // log.Println("Project .env file not found withing project root. Using only hardcoded path variables.") + // Do Nothing... } switch pathKey {