Skip to content

Commit

Permalink
Errant print()
Browse files Browse the repository at this point in the history
  • Loading branch information
dnowacki-usgs committed Dec 30, 2024
1 parent 57d313a commit 50ccbc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cartopy/tests/test_img_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ def test_wmts_cache(cache_dir, tmp_path):
# Check the results
cache_dir_res = source.cache_path / "WMTSRasterSource"
files = list(cache_dir_res.iterdir())
print(files)
hashes = {
f:
hashlib.md5(
Expand Down

0 comments on commit 50ccbc2

Please sign in to comment.