Skip to content

Commit

Permalink
Remove debug leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Nov 16, 2023
1 parent 26987f3 commit 9b9e483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resources/rmd/hooks.R
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ knitr_hooks <- function(format, resourceDir, handledLanguages) {
"attr.message", "attr.warning", "attr.error", "connection", "hash"
)
known_opts <- c(knitr_default_opts, quarto_knitr_opts, quarto_opts, other_opts)
dump("options", file = "dump.log", append = TRUE)
unknown_opts <- setdiff(names(options), known_opts)
unknown_opts <- Filter(Negate(is.null), unknown_opts)
unknown_opts <- Filter(function(opt) !startsWith(opt, "."), unknown_opts)
Expand Down

0 comments on commit 9b9e483

Please sign in to comment.