Skip to content

Commit bd2173d

Browse files
committed
remove comment
1 parent ce16614 commit bd2173d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

R/crop.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ NULL
159159
#' @importFrom methods is
160160
#' @importFrom sf st_bbox
161161
setMethod("crop", "SpatialDataArray", \(x, y, j=1, ...) {
162-
#x <- label(sd); y <- bb; j <- 1
163162
if (is.matrix(y)) {
164163
y <- .check_pol(y)
165164
y <- st_bbox(st_polygon(list(y)))

0 commit comments

Comments
 (0)