From 3e19599392728af12f762dff2d969c8190fd8fec Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Fri, 28 Oct 2016 17:11:35 -0700 Subject: debugging --- cmd/ponzu/main.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index 234d3b6..cbd501f 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -11,7 +11,6 @@ import ( "github.com/bosssauce/ponzu/system/admin" "github.com/bosssauce/ponzu/system/api" - "github.com/bosssauce/ponzu/system/api/analytics" "github.com/bosssauce/ponzu/system/db" "github.com/bosssauce/ponzu/system/tls" ) @@ -172,8 +171,8 @@ func main() { db.Init() defer db.Close() - analytics.Init() - defer analytics.Close() + // analytics.Init() + // defer analytics.Close() if len(args) > 1 { services := strings.Split(args[1], ",") -- cgit v1.2.3