Skip to content

Commit

Permalink
leftover print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredWeakStrike authored Dec 21, 2023
1 parent 14afccc commit 1563536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/kh2/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ async def verifyItems(self):
master_sell = master_equipment | master_staff | master_shield

await asyncio.create_task(self.IsInShop(master_sell))
print(self.kh2_seed_save_cache["AmountInvo"]["Ability"])
#print(self.kh2_seed_save_cache["AmountInvo"]["Ability"])
for item_name in master_amount:
item_data = self.item_name_to_data[item_name]
amount_of_items = 0
Expand Down

0 comments on commit 1563536

Please sign in to comment.