diff --git a/tests/test_pqserver.py b/tests/test_pqserver.py index 61b9074b..182cf9dc 100644 --- a/tests/test_pqserver.py +++ b/tests/test_pqserver.py @@ -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")