Skip to content

Commit ed27ab3

Browse files
authored
delete browser() (#88)
1 parent 22fe07c commit ed27ab3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

R/download.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#' download_function = rsi_download_rasters
2828
#' )
2929
#'
30-
#'
3130
#' @export
3231
rsi_download_rasters <- function(items,
3332
aoi,
@@ -84,7 +83,7 @@ rsi_download_rasters <- function(items,
8483
# working from the assumption that all downloads take about as long
8584
#
8685
# so if we aren't merging, or if there's more assets than tiles, we'll
87-
# parallelize the outside loop that walks over assets (which, unless the user
86+
# parallelize the outside loop that walks over assets (which, unless the user
8887
# has set up wild nested futures, turns the inside one into a serial process)
8988
asset_iterator <- ifelse(
9089
merge || (n_tiles_out < ncol(download_locations)),
@@ -129,7 +128,6 @@ rsi_download_rasters <- function(items,
129128
)
130129
},
131130
error = function(e) {
132-
browser()
133131
rlang::warn(
134132
glue::glue(
135133
"Failed to download {items$features[[which_item]]$id %||% 'UNKNOWN'} from {items$features[[which_item]]$properties$datetime %||% 'UNKNOWN'}" # nolint

0 commit comments

Comments
 (0)