Cleaning up performance branch

This commit is contained in:
Manu Mtz-Almeida
2015-04-07 12:22:38 +02:00
parent 3faa81a464
commit 1f6304ca25
6 changed files with 127 additions and 135 deletions

View File

@ -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
}