From 39d6fc81682ac9fe57692928a229a62f63c12f7d Mon Sep 17 00:00:00 2001 From: lakhansamani Date: Thu, 30 Jul 2020 09:24:37 +0530 Subject: [PATCH] fix: spacing --- appbase/common/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/appbase/common/utils.go b/appbase/common/utils.go index 4260c34..e5f33a4 100644 --- a/appbase/common/utils.go +++ b/appbase/common/utils.go @@ -136,7 +136,6 @@ var DefaultDownloadDirectory = "./temp" //DownloadFile create a local copy of the remote json file func DownloadFile(filepath string, url string) error { - log.Infoln("Downloading the file from remote URL:", url) _, err := os.Stat(DefaultDownloadDirectory) //check if directory exist if os.IsNotExist(err) { -- GitLab