From 9247c547d3ff00e237639fbca6810aa50890f954 Mon Sep 17 00:00:00 2001 From: StructuralMike <66819228+StructuralMike@users.noreply.github.com> Date: Mon, 26 Jul 2021 11:12:47 +0200 Subject: [PATCH] Update ItemList.py --- ItemList.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ItemList.py b/ItemList.py index 5ad981bf..f3853e4f 100644 --- a/ItemList.py +++ b/ItemList.py @@ -526,8 +526,6 @@ def set_up_shops(world, player): if world.bomblogic[player]: if world.shopsanity[player]: removals = [item for item in world.itempool if item.name == 'Bomb Upgrade (+5)' and item.player == player] - for i in removals: - print(i) for remove in removals: world.itempool.remove(remove) world.itempool.append(ItemFactory('Rupees (50)', player)) # replace the bomb upgrade