上传代码

This commit is contained in:
liwei1dao 2023-05-23 16:07:50 +08:00
parent e7a604d694
commit 44a529cb21

View File

@ -51,9 +51,6 @@ func (this *Items) Start() (err error) {
}
this.privilege = module.(comm.IPrivilege)
event.RegisterGO(comm.EventUserOffline, this.EventUserOffline)
this.Error("日志测试1")
this.Errorf("日志测试2")
this.Errorln("日志测试3")
return
}