remove debugging print statement

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen 2018-01-20 00:33:26 -08:00
parent e00f903c82
commit 9cc6285be1

View File

@ -236,7 +236,6 @@ var FilesCpCmd = &cmds.Command{
}
flush, _, _ := req.Option("flush").Bool()
fmt.Println("flush:", flush)
src, err := checkPath(req.Arguments()[0])
if err != nil {