Skip to content

Commit

Permalink
Remove two obsolete statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Jan 2, 2024
1 parent 7042e23 commit c397b7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server.R
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ shinyServer(function(input, output, session) {
),
{
message("Downloading offline manifest")
Sys.sleep(0)
tibble(a="b", c="d")
}
)
Expand Down Expand Up @@ -757,7 +756,6 @@ shinyServer(function(input, output, session) {
access_token = .access_token,
asset_view = .asset_view),
{
Sys.sleep(0)
list(list(
"errors" = list(
Row = NA, Column = NA, Value = NA,
Expand Down

0 comments on commit c397b7a

Please sign in to comment.