From c966e4c29d55a75a2b83b8ebe251a399f8dfd23a Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 14 Jun 2019 12:49:07 +0800 Subject: [PATCH] test --- obj.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj.go b/obj.go index 6c2975c..bd63ab8 100644 --- a/obj.go +++ b/obj.go @@ -629,7 +629,7 @@ func silentGetObjItemID(code string, name string) int64 { log.Printf("%s => Found a match for %s : %s\n", m, n2, s) return false } else { - log.Printf("%s => Match still not found %s : %s\n", m, n2, s) + //log.Printf("%s => Match still not found %s : %s\n", m, n2, s) i = ChatWarsItem{ ObjID64: 0, }