Skip to content

Commit

Permalink
forgot comment dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisManiere committed Feb 16, 2024
1 parent a68a704 commit a18bc0c
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions R/mod_explore.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@ mod_explore_ui <- function(id){
),# fluidRow
### UI DEV TOOLS ####

fluidRow(
column(
width = 4,
actionButton(ns("browser"), "browser")
),
column(
width = 8,
verbatimTextOutput(ns("printcheck"))
)
) # fluidRow DEV TOOLS
# fluidRow(
# column(
# width = 4,
# actionButton(ns("browser"), "browser")
# ),
# column(
# width = 8,
# verbatimTextOutput(ns("printcheck"))
# )
# ) # fluidRow DEV TOOLS

### END DEV TOOLS
) # fluidPage
Expand Down Expand Up @@ -145,7 +145,6 @@ mod_explore_server <- function(id, con){
}
)
})

observeEvent(input$browser, {
browser()
})
Expand Down

0 comments on commit a18bc0c

Please sign in to comment.