diff --git a/modules/game_inventory/inventory.lua b/modules/game_inventory/inventory.lua index ae1a81d8..89e8f4f9 100644 --- a/modules/game_inventory/inventory.lua +++ b/modules/game_inventory/inventory.lua @@ -33,7 +33,6 @@ function init() local function purseFunction() local purse = g_game.getLocalPlayer():getInventoryItem(InventorySlotPurse) if purse then - print(purse:getId()) g_game.use(purse) end end