diff options
Diffstat (limited to 'system/api/external.go')
-rw-r--r-- | system/api/external.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/api/external.go b/system/api/external.go index 752f14d..5a74107 100644 --- a/system/api/external.go +++ b/system/api/external.go @@ -106,7 +106,6 @@ func externalContentHandler(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 { |