remove leftover debug log

This commit is contained in:
Fabian Dill 2021-08-14 00:50:00 +02:00
parent 3ed7092af5
commit f2f4d6a133
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ class ALTTPWorld(World):
key = world.create_item("Small Key (Hyrule Castle)", player)
loc = viable.pop()
loc.place_locked_item(key)
logging.info(loc)
fill_locations.remove(loc)
world.random.shuffle(fill_locations)
# TODO: investigate not creating the key in the first place