From cb6d876c144e73a209ef96c05862727a5c53718d Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 14 Jun 2019 12:56:45 +0800 Subject: [PATCH] test --- obj.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/obj.go b/obj.go index 765ba67..d2c7ac0 100644 --- a/obj.go +++ b/obj.go @@ -626,10 +626,8 @@ func silentGetObjItemID(code string, name string) int64 { s := strings.ToUpper(regexp.QuoteMeta(i.Name)) m := fmt.Sprintf("^(%s.*|.*%s)$", s, s) if ok, _ := regexp.MatchString(m, n2); ok { - 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) i = ChatWarsItem{ ObjID64: 0, }