remove trace string

This commit is contained in:
Lunny Xiao 2014-04-30 10:19:24 +08:00
parent 8a1f48e4bd
commit f3fc0b9976
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ func buildConditions(engine *Engine, table *core.Table, bean interface{},
continue continue
} }
val = engine.FormatTime(col.SQLType.Name, t) val = engine.FormatTime(col.SQLType.Name, t)
fmt.Println("-------", t, val, col.Name) //fmt.Println("-------", t, val, col.Name)
} else { } else {
engine.autoMapType(fieldValue) engine.autoMapType(fieldValue)
if table, ok := engine.Tables[fieldValue.Type()]; ok { if table, ok := engine.Tables[fieldValue.Type()]; ok {