Skip to content

Commit

Permalink
remove browser
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpenn1 committed May 30, 2024
1 parent cc23919 commit dbfa9c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h2/components/modules/mod_summary.r
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ summary_ui <- function(id) {
summary_server <- function(id, r6) {
moduleServer(id, function(input, output, session) {
observe({
browser()
if (r6$save == TRUE) {
hectoroutput <- r6$output[[r6$run_name()]]
output$summary <- renderDT({datatable(hectoroutput)})
Expand Down

0 comments on commit dbfa9c4

Please sign in to comment.