remove trace code

This commit is contained in:
Lunny Xiao 2017-07-20 20:11:00 +08:00
parent 18362d2340
commit 0708a56dd8
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

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