From 894968232241a50df69817ebea2c0576ce8f65db Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sat, 29 Oct 2016 20:05:11 -0700 Subject: debugging --- system/admin/handlers.go | 1 + 1 file changed, 1 insertion(+) (limited to 'system/admin') diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 661ede3..9caa231 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -831,6 +831,7 @@ func editHandler(res http.ResponseWriter, req *http.Request) { } if len(data) < 1 || data == nil { + fmt.Println(string(data)) res.WriteHeader(http.StatusNotFound) errView, err := Error404() if err != nil { -- cgit v1.2.3