Removed debug message for Transactions

This commit is contained in:
Shoghi Cervantes 2014-05-28 19:44:50 +02:00
parent dafa4f1b1c
commit 9df56295f6

View File

@ -2063,7 +2063,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
$this->currentTransaction = null;
break;
}
console("tx#".spl_object_hash($this->currentTransaction)." EXECUTED");
foreach($this->currentTransaction->getTransactions() as $ts){
$inv = $ts->getInventory();
if($inv instanceof FurnaceInventory){