Skip to content

Commit

Permalink
remove browser calls
Browse files Browse the repository at this point in the history
  • Loading branch information
karangattu committed Jul 11, 2023
1 parent 728fd03 commit b8c48ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion inst/apps/150-networkD3-sankey/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ server = function(input, output, session){
# snapshots. (This URL won't actually work for restoring a bookmark.)
if (isTRUE(getOption("shiny.testmode"))) {
onBookmarked(function(url) {
browser()
url <- sub(":\\d+/", ":9999/", url)
showBookmarkUrlModal(url)
})
Expand Down
1 change: 0 additions & 1 deletion inst/apps/151-reactr-input/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ server <- function(input, output, session) {
# snapshots. (This URL won't actually work for restoring a bookmark.)
if (isTRUE(getOption("shiny.testmode"))) {
onBookmarked(function(url) {
browser()
url <- sub(":\\d+/", ":9999/", url)
showBookmarkUrlModal(url)
})
Expand Down

0 comments on commit b8c48ca

Please sign in to comment.