Skip to content

Commit

Permalink
Revert "Add debug prints."
Browse files Browse the repository at this point in the history
This reverts commit 47f3c58.
  • Loading branch information
Rob Schiemann committed Feb 16, 2024
1 parent 47f3c58 commit 76a5833
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/repo_management.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ macContribDir <- function(r_version) {
if (r_version %in% c("4.3")) {
contrib_prefix <- "big-sur-x86_64/"
}
print('====')
print(r_version)
print(r_version %in% c("4.3"))
print(sprintf("/bin/macosx/%scontrib/%s", contrib_prefix, r_version))
print('====')
return(sprintf("/bin/macosx/%scontrib/%s", contrib_prefix, r_version))
}

Expand Down

0 comments on commit 76a5833

Please sign in to comment.