diff --git a/index.html b/index.html index 2af6cc5..bf924e1 100644 --- a/index.html +++ b/index.html @@ -1961,7 +1961,6 @@ if (pointer.y > inventoryBounds.y && pointer.y < inventoryBounds.y + inventoryBounds.height && pointer.x > inventoryBounds.x && pointer.x < inventoryBounds.x + inventoryBounds.width) { - alert('INVENTORY ITEM CLICKED'); // Find clicked inventory item const clickedItem = inventory.items.find(item => { if (!item) return false;