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