Skip to content

Commit 19e9e2d

Browse files
author
Tianchen Fu
committed
remove useless log
1 parent a952ba8 commit 19e9e2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/db/transformdatatype.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ func ConvertValue(val interface{}, dataType model.DataTypeByte) (reflect.Value,
137137
val = string(val.([]byte))
138138
}
139139

140-
log.DefaultLogger.Error(spew.Sdump(dataType))
141140
nullVal := getNull(dataType)
142141
if nullVal == val {
143142
return reflect.Value{}, errors.New("a null value of this datatype")

0 commit comments

Comments
 (0)