diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-28 17:11:35 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-28 17:11:35 -0700 |
commit | 3e19599392728af12f762dff2d969c8190fd8fec (patch) | |
tree | 4725191b7fa7eb8af096406e8977b4b9c0a63916 | |
parent | 58b67b59829235978994b705fe005fc7c9e0e661 (diff) |
debugging
-rw-r--r-- | cmd/ponzu/main.go | 5 |
1 files 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], ",") |