Commit 9cc6285b authored by Steven Allen's avatar Steven Allen

remove debugging print statement

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent e00f903c
...@@ -236,7 +236,6 @@ var FilesCpCmd = &cmds.Command{ ...@@ -236,7 +236,6 @@ var FilesCpCmd = &cmds.Command{
} }
flush, _, _ := req.Option("flush").Bool() flush, _, _ := req.Option("flush").Bool()
fmt.Println("flush:", flush)
src, err := checkPath(req.Arguments()[0]) src, err := checkPath(req.Arguments()[0])
if err != nil { if err != nil {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment