remove debug msg for items
This commit is contained in:
parent
e5b3feebd7
commit
2fb302d4e7
2
items.go
2
items.go
@ -13,7 +13,7 @@ func reloadObjItem(code string, name string, itemTypeID64 int64, weight int) {
|
||||
logOnError(err, "reloadObjItem : addObjItem")
|
||||
}
|
||||
if getSilentObjItemID(``, name) == 0 {
|
||||
log.Printf("Adding %s to %d.\n", name, objID64)
|
||||
//log.Printf("Adding %s to %d.\n", name, objID64)
|
||||
objAddName(objID64, name)
|
||||
c := new(ChatWarsItem)
|
||||
c.ObjID64 = objID64
|
||||
|
Loading…
Reference in New Issue
Block a user