diff --git a/worldsrv/etcd.go b/worldsrv/etcd.go index 2063138..62b68ed 100644 --- a/worldsrv/etcd.go +++ b/worldsrv/etcd.go @@ -518,8 +518,6 @@ func handlerEvent(ctx context.Context, completeKey string, isInit bool, event *c } config := data.(*webapi.RoomConfig) PlatformMgrSingleton.UpdateRoomConfig(config) - logger.Logger.Tracef("UpdateRoomConfig %v", config) - config.BaseScore = []int32{0, 100, 200, 500, 1000} config.RoomType = 1 config.On = 1 if !isInit {