remove leftover debug log
This commit is contained in:
parent
3ed7092af5
commit
f2f4d6a133
|
@ -271,7 +271,6 @@ class ALTTPWorld(World):
|
||||||
key = world.create_item("Small Key (Hyrule Castle)", player)
|
key = world.create_item("Small Key (Hyrule Castle)", player)
|
||||||
loc = viable.pop()
|
loc = viable.pop()
|
||||||
loc.place_locked_item(key)
|
loc.place_locked_item(key)
|
||||||
logging.info(loc)
|
|
||||||
fill_locations.remove(loc)
|
fill_locations.remove(loc)
|
||||||
world.random.shuffle(fill_locations)
|
world.random.shuffle(fill_locations)
|
||||||
# TODO: investigate not creating the key in the first place
|
# TODO: investigate not creating the key in the first place
|
||||||
|
|
Loading…
Reference in New Issue