Skip to content

Commit 1ee83bf

Browse files
committed
Remove debug log
1 parent 6990f7c commit 1ee83bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run-tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ class EnvironmentResource(TypedDict):
5959
target=f"plugins/{plugin_path.name}"
6060
))
6161
with open(environment_file_path, "w") as environment_file:
62-
print(json.dumps(environment))
6362
json.dump(environment, environment_file)
6463
shutil.rmtree(custom_test_directory, ignore_errors=True)
6564
shutil.copytree(test_script_directory, custom_test_directory)

0 commit comments

Comments
 (0)