Skip to content

Commit 3cb3fbf

Browse files
committed
Remove unnecessary print()
1 parent 05e504a commit 3cb3fbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_r.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def test_snapshot_rspm_date():
7878
r = buildpacks.RBuildPack()
7979
for requested, expected in test_dates.items():
8080
snapshot_url = r.get_rspm_snapshot_url(requested)
81-
print(snapshot_url)
8281
assert snapshot_url.startswith(
8382
"https://packagemanager.rstudio.com/all/__linux__/bionic/"
8483
+ expected.strftime("%Y-%m-%d")

0 commit comments

Comments
 (0)