删除打桩语句

This commit is contained in:
邹宗楠
2022-03-04 16:13:43 +08:00
parent 0f6635a18c
commit da96198616
6 changed files with 1 additions and 28 deletions

View File

@@ -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)
}