修改语音调试

This commit is contained in:
邹宗楠
2022-07-27 17:48:44 +08:00
parent d5848e415c
commit f077bf4283
3 changed files with 24 additions and 27 deletions

View File

@@ -128,10 +128,8 @@ func main() {
http.ListenAndServe("0.0.0.0:6060", nil)
}
}()
globals.SugarLogger.Debug("=========1========1============", globals.IsPrintEnv())
if globals.IsPrintEnv() {
globals.SugarLogger.Debug("=========2========2============", globals.IsPrintEnv())
event.ListenTcp()
}
beego.Run()