diff --git a/worlds/tunic/__init__.py b/worlds/tunic/__init__.py index 175712d4d8..c3654f88e2 100644 --- a/worlds/tunic/__init__.py +++ b/worlds/tunic/__init__.py @@ -363,13 +363,6 @@ class TunicWorld(World): hint_data[self.player][location.address] = hint_text def fill_slot_data(self) -> Dict[str, Any]: - # todo: remove this - # if self.player_name == "Player22": - # import Utils - # state = self.multiworld.get_all_state(False) - # state.update_reachable_regions(self.player) - # Utils.visualize_regions(self.multiworld.get_region("Menu", self.player), "tunctest.puml", - # show_entrance_names=True, highlight_regions=state.reachable_regions[self.player]) slot_data: Dict[str, Any] = { "seed": self.random.randint(0, 2147483647), "start_with_sword": self.options.start_with_sword.value,