Skip to content

Commit

Permalink
Remove unnecessary print line
Browse files Browse the repository at this point in the history
Co-authored-by: Valerie <[email protected]>
  • Loading branch information
bbrondel and Vebop authored Sep 16, 2024
1 parent bf3a004 commit 0caa8fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_pqserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def astropy_tables(scope="module"):
@pytest.fixture
def lsstcomcamsim(request, astropy_tables, scope="module"):
schema_name = request.param if hasattr(request, "param") else "cdb_lsstcomcamsim"
print(f"{schema_name=}")
data_path = Path(__file__).parent / "lsstcomcamsim"

schema_file = os.path.join(lsst.utils.getPackageDir("sdm_schemas"), "yml", schema_name + ".yaml")
Expand Down

0 comments on commit 0caa8fb

Please sign in to comment.