移除测试代码

This commit is contained in:
meixiongfeng 2023-10-09 11:50:33 +08:00
parent 3de38ab74c
commit 67bddca0d4

View File

@ -100,7 +100,6 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp
configure.RegisterConfigure(game_buffconf, cfg.NewGameStoneBuff, this.LoadGameStoneBuff) configure.RegisterConfigure(game_buffconf, cfg.NewGameStoneBuff, this.LoadGameStoneBuff)
configure.RegisterConfigure(game_storyconf, cfg.NewGameStoneStory, this.LoadGameStoneStory) configure.RegisterConfigure(game_storyconf, cfg.NewGameStoneStory, this.LoadGameStoneStory)
this.GetRoomGroupDataByLottery(110100)
return return
} }