diff options
| author | Petter Rasmussen | 2016-02-03 21:55:09 +0100 |
|---|---|---|
| committer | Petter Rasmussen | 2016-02-03 21:55:09 +0100 |
| commit | dd73d460bc8fde4bbe493bf4a491ba1ab250a652 (patch) | |
| tree | 34ec83e6589d774ba11881bf6deaf4558e8e3945 | |
| parent | f43248e57561cff30111340e19543acc76148685 (diff) | |
| download | gdrive-dd73d460bc8fde4bbe493bf4a491ba1ab250a652.tar.bz2 | |
Remove debug print
| -rw-r--r-- | cli/handler.go | 2 |
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, |
