Skip to content

Commit

Permalink
Remove conftest.py debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellis13 committed Jun 24, 2023
1 parent b574ea6 commit 9284dae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ def print_test_configuration():
global test_alloc_specs_path
global test_port

env_var = os.environ.get("SMARTSIM_TEST_INTERFACE")
print(f"THE ENVIRONMENT VALUE OF SMARTSIM_TEST_INTERFACE is {env_var}")

print("TEST_SMARTSIM_LOCATION:", smartsim.__path__)
print("TEST_PATH:", test_path)
print("TEST_LAUNCHER:", test_launcher)
Expand Down

0 comments on commit 9284dae

Please sign in to comment.