From dd73d460bc8fde4bbe493bf4a491ba1ab250a652 Mon Sep 17 00:00:00 2001 From: Petter Rasmussen Date: Wed, 3 Feb 2016 21:55:09 +0100 Subject: Remove debug print --- cli/handler.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli') 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, -- cgit v1.2.3