diff --git a/item.go b/item.go index 0f9f619..9639e8b 100644 --- a/item.go +++ b/item.go @@ -86,7 +86,7 @@ func getObjItem(objID64 int64) (*ChatWarsItem, error) { muxObjItem.RLock() defer muxObjItem.RUnlock() if id, ok := cacheObjItemId[objID64]; ok { - //log.Printf("Matching item name %s with %s.\n", name, obj.Name) + log.Printf("Matching item name %s with %s.\n", name, obj.Name) return &objItems[id], nil } else { return nil, errors.New("Item not found.")