From e2b36dfa7debafc366e93ca838b598537013ae52 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Sat, 11 Sep 2021 10:18:41 -0500 Subject: [PATCH] remove debug print --- worlds/oot/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/worlds/oot/__init__.py b/worlds/oot/__init__.py index fad62f50..1b18b73b 100644 --- a/worlds/oot/__init__.py +++ b/worlds/oot/__init__.py @@ -674,7 +674,6 @@ class OOTWorld(World): gc = next(filter(lambda dungeon: dungeon.name == 'Ganons Castle', self.dungeons)) locations = [loc.name for region in gc.regions for loc in region.locations if loc.item is None] junk_fill_locations = self.world.random.sample(locations, round(len(locations) * ganon_junk_fill)) - print(junk_fill_locations) exclusion_rules(self.world, self.player, junk_fill_locations) # Locations which are not sendable must be converted to events