From 9b5d1a124a9338a38ee953326840f72aad961b1b Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 25 Jun 2019 19:24:10 +0800 Subject: [PATCH] test --- obj.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj.go b/obj.go index c93e9d2..f263db1 100644 --- a/obj.go +++ b/obj.go @@ -643,7 +643,7 @@ func silentGetObjItemID(code string, name string) int64 { } if v, ok := cacheObjItem.Load(name); ok { item := v.(ChatWarsItem) - log.Printf("Matching item name %s with %s.\n", name, item.Name) + //log.Printf("Matching item name %s with %s.\n", name, item.Name) return item.ObjID64 } if ok, _ := regexp.MatchString(`^((u|e)[0-9]+|(a|w)[0-9]+[a-e]{0,1})$`, code); ok || len(code) == 0 {