remove old debug stuff

This commit is contained in:
Fabian Dill
2020-04-28 17:42:25 +02:00
parent a81145284f
commit 3017aa3b9f
2 changed files with 0 additions and 4 deletions

View File

@@ -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)