remove old debug stuff
This commit is contained in:
parent
a81145284f
commit
3017aa3b9f
|
@ -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()
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue