From a356f0346f846531b83827bb8e93de366e45ee96 Mon Sep 17 00:00:00 2001 From: dom Date: Sun, 26 Jul 2020 20:24:47 +0200 Subject: [PATCH] remove debug logging --- ftpActions.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/ftpActions.go b/ftpActions.go index e451ce1..bb6aceb 100644 --- a/ftpActions.go +++ b/ftpActions.go @@ -38,8 +38,6 @@ func DownloadFTP(user string, password string, path string) error { } defer res.Close() - log.Printf("Downloading %s", file.Name) - outFile, err := os.Create(filepath.Join(path, file.Name)) if err != nil { return err