diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-20 19:13:28 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-20 19:13:28 -0800 |
commit | b41ed1b96f5078344ab5b9e3b3586dd3963755d4 (patch) | |
tree | fd657507abc89d80ef20a19a5f4d9881458ae7c8 /system/admin/handlers.go | |
parent | 9bead643624d3052e331b3f0baf379d62846b96a (diff) |
removing fmt prints. fix is for #38
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 89eda6a..3195239 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -1588,7 +1588,6 @@ func editHandler(res http.ResponseWriter, req *http.Request) { for i := 0; i < len(ov); i++ { position := fmt.Sprintf("%d", i) fieldValue := ov[position] - fmt.Println(position, fieldValue) if req.PostForm.Get(f) == "" { for i, fv := range fieldValue { |