Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ElianHugh committed Sep 16, 2024
1 parent df6e190 commit 8c0ac7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions R/engine.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@

new_engine <- function(config) {
stopifnot(is_config(config))
# warning(
# sprintf(
# "port available? %s",
# httpuv:::is_port_available(
# config$port,
# config$host
# )
# )
# )
structure(
list2env(
list(
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ new_test_engine <- function() {
config <- new_config(
path = system.file("examples", "plumber.R", package = "hotwater")
)
Sys.sleep(2L)
new_engine(config)
}

Expand Down

0 comments on commit 8c0ac7e

Please sign in to comment.