Skip to content

Commit d505c55

Browse files
committed
Remove accidental addition
1 parent db85877 commit d505c55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/utils.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ set_chunk_dims <- function(pws, q_r, inner_classes = NULL) {
444444
checkmate::assert_character(inner_classes, null.ok = TRUE)
445445

446446
reactive({
447-
# browser()
448447
pws_dim <- stats::setNames(as.list(req(pws$dim())), c("width", "height"))
449448
if (identical(pws_dim$width, "auto")) { # ignore non-numeric values (such as "auto")
450449
pws_dim$width <- NULL

0 commit comments

Comments
 (0)