From 2bfa37f5c7b65eb3bcc8f757412e1ee400b3187c Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sat, 22 Oct 2016 02:20:12 -0700 Subject: debugging user listing --- system/admin/admin.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'system/admin/admin.go') diff --git a/system/admin/admin.go b/system/admin/admin.go index a5ced6d..dd291e5 100644 --- a/system/admin/admin.go +++ b/system/admin/admin.go @@ -5,7 +5,6 @@ package admin import ( "bytes" "encoding/json" - "fmt" "html/template" "net/http" @@ -293,8 +292,7 @@ func UsersList(req *http.Request) ([]byte, error) { ` @@ -357,8 +354,6 @@ func UsersList(req *http.Request) ([]byte, error) { "Users": usrs, } - fmt.Println(data) - err = tmpl.Execute(buf, data) if err != nil { return nil, err -- cgit v1.2.3