Commented annoying log...

loop_loop_execution
Paulo Truta 2021-02-18 23:36:51 +00:00
parent 595c87c19c
commit f8eaf3b3e1
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ func GetPath(pathKey string) string {
targetPath := "" targetPath := ""
if err != nil { 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 { switch pathKey {