remove debug output
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
package paxan
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"time"
|
||||
@@ -30,8 +28,6 @@ func DownloadFTP(user string, password string, path string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("%v", files)
|
||||
|
||||
for _, file := range files {
|
||||
res, err := c.Retr(file.Name)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user