Commented annoying log...

This commit is contained in:
Paulo Truta
2021-02-18 23:36:51 +00:00
parent 595c87c19c
commit f8eaf3b3e1
+2 -1
View File
@@ -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 {