移除测试代码

This commit is contained in:
meixiongfeng 2023-03-02 10:53:29 +08:00
parent 9a241060e1
commit 378099f72c

View File

@ -57,8 +57,6 @@ func (this *MCompConfigure) Init(service core.IService, module core.IModule, com
configure.RegisterConfigure(game_drop, cfg.NewGameDrop, this.LoadDropData)
configure.RegisterConfigure(game_sign, cfg.NewGameSign, this.LoadSignData)
_d := this.GetDropData(1001)
log.Errorf("%v", _d)
return
}
func (this *MCompConfigure) LoadConfigure(name string, fn interface{}) (err error) {