From 976dff944793ee31e35f6247a501f070a96f4317 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Thu, 10 Aug 2023 14:48:52 +0800 Subject: [PATCH] =?UTF-8?q?1v1=E6=B8=B8=E6=88=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domain/cache/game_c/game.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/domain/cache/game_c/game.go b/domain/cache/game_c/game.go index 3c800c0..53212d2 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 { -- 2.22.0