Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Feb 5, 2024
1 parent 6990f7c commit 1ee83bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class EnvironmentResource(TypedDict):
target=f"plugins/{plugin_path.name}"
))
with open(environment_file_path, "w") as environment_file:
print(json.dumps(environment))
json.dump(environment, environment_file)
shutil.rmtree(custom_test_directory, ignore_errors=True)
shutil.copytree(test_script_directory, custom_test_directory)
Expand Down

0 comments on commit 1ee83bf

Please sign in to comment.