From 3f29e0be867adb23523dfa0efd3d5609135ccf38 Mon Sep 17 00:00:00 2001 From: mountain Date: Wed, 27 Sep 2023 15:36:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=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 --- session/impl_redis.go | 1 - 1 file changed, 1 deletion(-) diff --git a/session/impl_redis.go b/session/impl_redis.go index 1097bdf..aed0657 100644 --- a/session/impl_redis.go +++ b/session/impl_redis.go @@ -250,7 +250,6 @@ func (c *consumer_redis) Query(pk string) (Authorization, error) { logger.Println("session consumer query(expired):", pk, nil) return Authorization{}, nil } - logger.Println("session consumer query :", pk) return *si.Authorization, nil }