diff options
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 { |