aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Rasmussen2016-02-03 21:55:09 +0100
committerPetter Rasmussen2016-02-03 21:55:09 +0100
commitdd73d460bc8fde4bbe493bf4a491ba1ab250a652 (patch)
tree34ec83e6589d774ba11881bf6deaf4558e8e3945
parentf43248e57561cff30111340e19543acc76148685 (diff)
downloadgdrive-dd73d460bc8fde4bbe493bf4a491ba1ab250a652.tar.bz2
Remove debug print
-rw-r--r--cli/handler.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/handler.go b/cli/handler.go
index a4aafef..d1d9d6b 100644
--- a/cli/handler.go
+++ b/cli/handler.go
@@ -1,7 +1,6 @@
package cli
import (
- "fmt"
"regexp"
"strings"
)
@@ -77,7 +76,6 @@ func Handle(args []string) bool {
}
_, data := h.getParser().Capture(args)
- fmt.Println(data)
ctx := Context{
args: data,
handlers: handlers,