remove debug logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user