Skip to content

Commit

Permalink
removing browser()
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeya committed Sep 21, 2023
1 parent be1183f commit 6a24d44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/Renderer.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ Renderer <- R6::R6Class( # nolint: object_name_linter.
params <- block$get_params()
params <- lapply(params, function(l) if (is.character(l)) shQuote(l) else l)
block_content <- block$get_content()
browser()
if (identical(private$report_type, "powerpoint_presentation")) {
block_content_lst <- split_text_block(block_content, 30)
paste(
Expand Down

0 comments on commit 6a24d44

Please sign in to comment.