From 3017aa3b9f7c12e2c2142d45c55263848df1a8ad Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 28 Apr 2020 17:42:25 +0200 Subject: [PATCH] remove old debug stuff --- ItemList.py | 3 --- Mystery.py | 1 - 2 files changed, 4 deletions(-) diff --git a/ItemList.py b/ItemList.py index e4d34b84..60a8624f 100644 --- a/ItemList.py +++ b/ItemList.py @@ -680,6 +680,3 @@ def make_custom_item_pool(progressive, shuffle, difficulty, timer, goal, mode, s pool.extend(['Nothing'] * (total_items_to_place - itemtotal)) return (pool, placed_items, precollected_items, clock_mode, treasure_hunt_count, treasure_hunt_icon, lamps_needed_for_dark_rooms) - -if __name__ == '__main__': - test() diff --git a/Mystery.py b/Mystery.py index 811f2100..f627297f 100644 --- a/Mystery.py +++ b/Mystery.py @@ -190,7 +190,6 @@ def main(): with open(os.path.join(args.outputpath if args.outputpath else ".", f"mystery_result_{seed}.yaml"), "wt") as f: yaml.dump(important, f) - logging.info(erargs) ERmain(erargs, seed)