remove debug logging
This commit is contained in:
parent
6421d3e5a0
commit
a356f0346f
|
@ -38,8 +38,6 @@ func DownloadFTP(user string, password string, path string) error {
|
||||||
}
|
}
|
||||||
defer res.Close()
|
defer res.Close()
|
||||||
|
|
||||||
log.Printf("Downloading %s", file.Name)
|
|
||||||
|
|
||||||
outFile, err := os.Create(filepath.Join(path, file.Name))
|
outFile, err := os.Create(filepath.Join(path, file.Name))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in New Issue