remove trace code

This commit is contained in:
Lunny Xiao 2018-05-02 13:41:40 +08:00
parent d1e0fe932e
commit 9680df5445
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -1108,7 +1108,7 @@ func (engine *Engine) idOfV(rv reflect.Value) (core.PK, error) {
} }
fieldName = parts[1] fieldName = parts[1]
} }
fmt.Println(table.Name, fieldName, v)
pkField := v.FieldByName(fieldName) pkField := v.FieldByName(fieldName)
switch pkField.Kind() { switch pkField.Kind() {
case reflect.String: case reflect.String: