Remove debug spam messages.

This commit is contained in:
sigonasr2 2016-08-14 17:14:40 -05:00
parent dd970a9b23
commit e7c69e2757
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -3220,7 +3220,7 @@ public class GenericFunctions {
TwosideKeeper.log("Inventory is size "+inv.getSize(),5);
for (int i=0;i<inv.getSize();i++) {
if (inv.getItem(i)!=null) {
TwosideKeeper.log("Checking "+inv.getItem(i).toString(), 2);
TwosideKeeper.log("Checking "+inv.getItem(i).toString(), 5);
UpdateItemLore(inv.getItem(i));
}
}