remove-logs

This commit is contained in:
Minh Nguyen 2022-03-25 16:05:39 +07:00
parent 59ae8ffc48
commit b1135a975f
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package redisdb
import ( import (
"context" "context"
"fmt"
) )
// GetWithPrefixPattern ... // GetWithPrefixPattern ...
@ -23,7 +22,6 @@ func GetWithPrefixPattern(pattern string) (keys []string, values []string) {
} }
if len(keys) == 0 { if len(keys) == 0 {
fmt.Println("NO keys")
return return
} }