remove debug logging

This commit is contained in:
dom 2020-07-26 20:24:47 +02:00
parent 6421d3e5a0
commit a356f0346f
1 changed files with 0 additions and 2 deletions

View File

@ -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