From de7788611513868f2738a91c74e28473cfc2d830 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Sat, 10 Aug 2024 19:28:00 -0400 Subject: [PATCH] Remove debug print --- worlds/tunic/er_scripts.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/worlds/tunic/er_scripts.py b/worlds/tunic/er_scripts.py index a097c407bf..6ab8275d44 100644 --- a/worlds/tunic/er_scripts.py +++ b/worlds/tunic/er_scripts.py @@ -298,9 +298,6 @@ def pair_portals(world: "TunicWorld", regions: Dict[str, Region]) -> Dict[Portal else: plando_connections = world.seed_groups[world.options.entrance_rando.value]["plando"] - testname = "Shop, 47_" - print(testname.split(", ")[1].split("_")[0]) - # universal tracker support stuff, don't need to care about region dependency if hasattr(world.multiworld, "re_gen_passthrough"): if "TUNIC" in world.multiworld.re_gen_passthrough: