删除丢弃的方法

This commit is contained in:
wh_zcy 2022-12-27 17:57:22 +08:00
parent dc7a055245
commit a315cf699c

View File

@ -3,7 +3,6 @@ package sys
import (
"go_dreamfactory/comm"
"go_dreamfactory/lego/core"
"go_dreamfactory/lego/sys/event"
"go_dreamfactory/modules"
"go_dreamfactory/pb"
)
@ -31,7 +30,6 @@ func (this *ModuleSys) OnInstallComp() {
func (this *ModuleSys) Start() (err error) {
err = this.ModuleBase.Start()
event.RegisterGO(comm.EventOpenCond, this.EventOpenCond)
return
}