From 931f623e8b1ef1502b9fe73b98429fdd921cd219 Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 25 Jun 2019 18:26:09 +0800 Subject: [PATCH] test --- obj.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj.go b/obj.go index 450fc1d..655d6e0 100644 --- a/obj.go +++ b/obj.go @@ -641,7 +641,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 {