Skip to content

Commit 561e83f

Browse files
committed
remove debug stmts
1 parent 255a223 commit 561e83f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/txdb/txdbregistry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ def download(self, txdb_id: str, force: bool = False) -> str:
102102
download=True,
103103
)
104104

105-
print(resource)
106105
path = self._resource_path(resource)
107-
print(path)
108106
if path is None:
109107
raise RuntimeError(f"Could not resolve local path for resource {key!r}")
110108

tests/test_real.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99

1010
def test_real_txdb_workflow(tmp_path):
11-
print("tmp path in tests", tmp_path)
1211
registry = TxDbRegistry(cache_dir=tmp_path / "cache")
1312
txdb_id = "TxDb.Celegans.UCSC.ce11.ensGene.sqlite"
1413

0 commit comments

Comments
 (0)