From 99d8637bd384b1bc719a6fea061322c080af1a43 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 20 Jul 2017 20:11:00 +0800 Subject: [PATCH] remove trace code --- tag.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tag.go b/tag.go index 1cae62f0..a14cbbea 100644 --- a/tag.go +++ b/tag.go @@ -248,7 +248,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}