diff --git a/modules/stonehenge/configure.go b/modules/stonehenge/configure.go index 8db1ddc0b..ec5953d93 100644 --- a/modules/stonehenge/configure.go +++ b/modules/stonehenge/configure.go @@ -91,14 +91,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp err = this.LoadConfigure(game_roomconf, cfg.NewGameStroneRoom) configure.RegisterConfigure(game_stageconf, cfg.NewGameStroneStage, this.LoadGameStroneStage) - //测试 接口 - _d := this.GetStageConfByStageid(1001) - fmt.Printf("%v", _d) - _d1, _ := this.GetStoneEventDataById(10000001) - _d2, _ := this.GetStoneBuffDataById(251023111) - _d3, _ := this.GetStoneRoomDataById(100001) - fmt.Printf("%v,%v,%v", _d1, _d2, _d3) return }