Remove debug output for tests
This commit is contained in:
parent
db16702263
commit
cdbdf74811
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
package sftp_test
|
package sftp_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
@ -28,7 +27,6 @@ func createTempdir() error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("created new test backend at %v\n", tempdir)
|
|
||||||
tempBackendDir = tempdir
|
tempBackendDir = tempdir
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
@ -74,7 +72,6 @@ func init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("removing test backend at %v\n", tempBackendDir)
|
|
||||||
err := os.RemoveAll(tempBackendDir)
|
err := os.RemoveAll(tempBackendDir)
|
||||||
tempBackendDir = ""
|
tempBackendDir = ""
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Add table
Reference in a new issue