diff --git a/domain/cache/game_c/game.go b/domain/cache/game_c/game.go index 3c800c008073d6be40cfa07ba32c5007fa8d2deb..53212d20b2aee918de5d087b3b5e12e8a5d4835b 100644 --- a/domain/cache/game_c/game.go +++ b/domain/cache/game_c/game.go @@ -3,7 +3,6 @@ package game_c import ( "context" "encoding/json" - "git.hilo.cn/hilo-common/mylogrus" "git.hilo.cn/hilo-common/resource/redisCli" "hilo-group/_const/enum/game_e" "time" @@ -21,7 +20,6 @@ type gameAutoJoinMsg struct { func SetAutoMathEnterRoom(userId uint64, imGroupId, traceId, token, enterType, gameCode, is1V1, gameMode, is1V1Robot string) error { key := game_e.GetAutoMathEnterRoom(userId, imGroupId) - mylogrus.MyLog.Infof("Start1V1AfterEnterRoom is1V1Robot:%s, userId:%d, imGroupId:%v", is1V1Robot, userId, imGroupId) info := gameAutoJoinMsg{traceId, token, enterType, gameCode, is1V1, gameMode, is1V1Robot} data, err := json.Marshal(info) if err != nil {