From 8b74f50a1dffca141d3fe11b21c047ca51f7c204 Mon Sep 17 00:00:00 2001 From: mountain Date: Fri, 30 Jun 2023 18:05:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=88=EC=93=B0=EB=8A=94=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authcollection.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/authcollection.go b/authcollection.go index fb78dd7..a441ad3 100644 --- a/authcollection.go +++ b/authcollection.go @@ -299,8 +299,6 @@ func (sc *AuthCollection) RemoveByAccId(accid primitive.ObjectID) { sc.lock.Lock() defer sc.lock.Unlock() - logger.Println("AuthCollection.RemoveByAccId :", accid.Hex()) - var sk string if on, ok := sc.reverseOn[accid]; ok { sk = on @@ -326,8 +324,6 @@ func (sc *AuthCollection) RemoveBySessionKey(sk string, publish bool) (accid pri sc.lock.Lock() defer sc.lock.Unlock() - logger.Println("AuthCollection.RemoveBySessionKey :", sk, publish) - if publish { // 나한테 있든 없든 무조건 publish해야 함 sc.SessionRemoved(sk)