From ff66f6e8a6b7fd5e24f9cb900ddf55e0e495c49d Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 12 Dec 2016 23:29:08 -0800 Subject: adding debug prints --- system/api/analytics/init.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/api/analytics/init.go') diff --git a/system/api/analytics/init.go b/system/api/analytics/init.go index f7b91d2..01950ee 100644 --- a/system/api/analytics/init.go +++ b/system/api/analytics/init.go @@ -5,6 +5,7 @@ package analytics import ( "encoding/json" + "fmt" "log" "net/http" "runtime" @@ -182,6 +183,8 @@ func ChartData() (map[string]interface{}, error) { } } + fmt.Println(metrics) + return nil }) if err != nil { -- cgit v1.2.3