Skip to content

Commit

Permalink
remove leftover testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
ricffb committed Dec 4, 2024
1 parent 80bb329 commit 9a476c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contrib/vcloud/benchmarkclient_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def init(config, benchmark):
benchmark.executable = benchmark.tool.executable(tool_locator)
print(f"Executable: {benchmark.executable}")
benchmark.tool_version = benchmark.tool.version(benchmark.executable)
print(f"Tool version: {benchmark.tool_version}")
sys.exit(0)
environment = benchmark.environment()
if environment.get("keepEnv", None) or environment.get("additionalEnv", None):
sys.exit(
Expand Down

0 comments on commit 9a476c6

Please sign in to comment.