summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-20 19:13:28 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-20 19:13:28 -0800
commitb41ed1b96f5078344ab5b9e3b3586dd3963755d4 (patch)
treefd657507abc89d80ef20a19a5f4d9881458ae7c8 /system/admin/handlers.go
parent9bead643624d3052e331b3f0baf379d62846b96a (diff)
removing fmt prints. fix is for #38
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go1
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 {