diff options
Diffstat (limited to 'cli')
| -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, |
