Cleaning up performance branch
This commit is contained in:
		| @ -6,7 +6,6 @@ package binding | ||||
|  | ||||
| import ( | ||||
| 	"errors" | ||||
| 	"fmt" | ||||
| 	"log" | ||||
| 	"reflect" | ||||
| 	"strconv" | ||||
| @ -27,8 +26,6 @@ func mapForm(ptr interface{}, form map[string][]string) error { | ||||
| 			inputFieldName = typeField.Name | ||||
| 		} | ||||
| 		inputValue, exists := form[inputFieldName] | ||||
| 		fmt.Println("Field: "+inputFieldName+" Value: ", inputValue) | ||||
|  | ||||
| 		if !exists { | ||||
| 			continue | ||||
| 		} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user