Skip to content

Commit 3aeb4eb

Browse files
committed
remove comment
1 parent d84ba06 commit 3aeb4eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/pkg/R/install.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ get_preferred_mirror <- function(version, packageName) {
161161
jsonUrl <- paste0("http://www.apache.org/dyn/closer.cgi?path=",
162162
file.path("spark", version, packageName),
163163
".tgz&as_json=1")
164-
# jsonUrl <- "http://www.apache.org/dyn/closer.cgi?as_json=1"
165164
textLines <- readLines(jsonUrl, warn = FALSE)
166165
rowNum <- grep("\"preferred\"", textLines)
167166
linePreferred <- textLines[rowNum]

0 commit comments

Comments
 (0)