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