remove debug msg for items

This commit is contained in:
shoopea 2019-07-31 16:11:25 +08:00
parent e5b3feebd7
commit 2fb302d4e7

View File

@ -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