remove trace code

This commit is contained in:
Lunny Xiao 2017-07-20 20:11:00 +08:00
parent b42320686f
commit 99d8637bd3
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 1 deletions

1
tag.go
View File

@ -248,7 +248,6 @@ func SQLTypeTagHandler(ctx *tagContext) error {
// JSONTagHandler handle json tag // JSONTagHandler handle json tag
func JSONTagHandler(ctx *tagContext) error { func JSONTagHandler(ctx *tagContext) error {
fmt.Println("fdsfafadfs")
ctx.col.IsJSON = true ctx.col.IsJSON = true
if len(ctx.params) == 0 { if len(ctx.params) == 0 {
ctx.col.SQLType = core.SQLType{Name: core.Text} ctx.col.SQLType = core.SQLType{Name: core.Text}