Remove some printf debugging that slipped in.
This commit is contained in:
parent
430db140ee
commit
20e8201125
1 changed files with 0 additions and 1 deletions
|
@ -329,7 +329,6 @@ func (a *Account) ExportToDirectory(dirBaseName string) error {
|
||||||
if err := checkCreateDir(dir); err != nil {
|
if err := checkCreateDir(dir); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
fmt.Println("exporting to %v", dir)
|
|
||||||
|
|
||||||
err := make(chan error)
|
err := make(chan error)
|
||||||
er := &exportRequest{
|
er := &exportRequest{
|
||||||
|
|
Loading…
Reference in a new issue