From b1135a975fd68d6f229520aa39e96c524cbfc0f9 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Date: Fri, 25 Mar 2022 16:05:39 +0700 Subject: [PATCH] remove-logs --- get_with_prefix_pattern.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/get_with_prefix_pattern.go b/get_with_prefix_pattern.go index 13c2b98..a5addab 100644 --- a/get_with_prefix_pattern.go +++ b/get_with_prefix_pattern.go @@ -2,7 +2,6 @@ package redisdb import ( "context" - "fmt" ) // GetWithPrefixPattern ... @@ -23,7 +22,6 @@ func GetWithPrefixPattern(pattern string) (keys []string, values []string) { } if len(keys) == 0 { - fmt.Println("NO keys") return }