diff --git a/R/tbl-format.R b/R/tbl-format.R index 5c3c5c070..2d0c1a831 100644 --- a/R/tbl-format.R +++ b/R/tbl-format.R @@ -54,9 +54,6 @@ format_tbl <- function( if (!is.null(n_extra)) { deprecate_stop("1.6.2", "pillar::format(n_extra = )", "pillar::format(max_extra_cols = )") - if (is.null(max_extra_cols)) { - max_extra_cols <- n_extra - } } # Reset local cache for each new output