Skip to content

Commit

Permalink
fix minor issue; remove dbg statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromiguelm committed Apr 11, 2024
1 parent a81dde8 commit fdd7714
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions components/board.upload/R/upload_module_preview.R
Original file line number Diff line number Diff line change
Expand Up @@ -604,20 +604,14 @@ upload_table_preview_contrasts_server <- function(

# control state of comparison builder
observeEvent(input$run_build_comparisons, {
a=1
browser()
show_comparison_builder(TRUE)
})

observeEvent(input$goUploadComparison, {
a=2
browser()
selected_contrast_input(TRUE)
})

observeEvent(input$goUploadComparison, {
a=3
browser()
observeEvent(input$goOnlineComparison, {
selected_contrast_input(TRUE)
show_comparison_builder(TRUE)
})
Expand Down

0 comments on commit fdd7714

Please sign in to comment.