remove trace code

This commit is contained in:
Lunny Xiao 2015-12-30 17:09:37 +08:00
parent d3155a494d
commit 069f551119
2 changed files with 2 additions and 2 deletions

View File

@ -1801,7 +1801,7 @@ func (session *Session) _row2Bean(rows *core.Rows, fields []string, fieldsCount
if d, ok := vv.Interface().([]uint8); ok {
hasAssigned = true
t, err := session.byte2Time(col, d)
fmt.Println(string(d), t, err)
//fmt.Println(string(d), t, err)
if err != nil {
session.Engine.LogError("byte2Time error:", err.Error())
hasAssigned = false

View File

@ -17,7 +17,7 @@ import (
)
const (
Version string = "0.4.4.1229"
Version string = "0.4.4.1230"
)
func regDrvsNDialects() bool {