删除打桩语句
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
|
||||
beego "github.com/astaxie/beego/server/web"
|
||||
//. "github.com/smartystreets/goconvey/convey"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
)
|
||||
|
||||
func init() {
|
||||
@@ -38,12 +37,3 @@ func TestGet(t *testing.T) {
|
||||
// })
|
||||
//})
|
||||
}
|
||||
|
||||
func TestPrintDebug(t *testing.T) {
|
||||
globals.SugarLogger.Info("输出美团配送费用:=====================111", 11111)
|
||||
globals.SugarLogger.Info("输出美团配送费用:=====================err", 2222)
|
||||
globals.SugarLogger.Debugf("输出美团配送费用:=====================111[%d]", 33333)
|
||||
globals.SugarLogger.Debugf("输出美团配送费用:=====================err[%s]", 444444)
|
||||
globals.SugarLogger.Debug("输出美团配送费用:=====================err[%s]", 555555)
|
||||
globals.SugarLogger.Debug("输出美团配送费用:=====================err[%s]", 66666)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user