Skip to content

Commit

Permalink
rm debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchypark committed Jan 19, 2022
1 parent 01e0079 commit 097b762
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/jdk_install.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ jdk_installer_unc <- function(installer, path) {
}

status <- unc(installer, exdir = path)
print(status)
if (status != 0) {
unlink(path)
usethis::ui_stop("Uncompress jdk failed. status: {usethis::ui_code(status)}")
Expand Down

0 comments on commit 097b762

Please sign in to comment.