Skip to content

Commit afa93b5

Browse files
committed
Remove commented code
1 parent 993babd commit afa93b5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

R/mod_edish.R

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -282,13 +282,6 @@ edish_server <- function(
282282
})
283283

284284
shiny::observeEvent(plot_data(), {
285-
#browser()
286-
287-
#"r_ULN_{{sel_x}}" = as.numeric(.data[[paste0("r_ULN_", sel_x)]]),
288-
#"r_ULN_{{sel_y}}" = as.numeric(.data[[paste0("r_ULN_", sel_y)]]),
289-
#"r_Baseline_{{sel_x}}" = as.numeric(.data[[paste0("r_Baseline_", sel_x)]]),
290-
#"r_Baseline_{{sel_y}}" = as.numeric(.data[[paste0("r_Baseline_", sel_y)]])
291-
292285
x_plot_type <- input[[EDISH$X_PLOT_TYPE_ID]]
293286
y_plot_type <- input[[EDISH$Y_PLOT_TYPE_ID]]
294287

0 commit comments

Comments
 (0)