Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rachlobay committed Sep 16, 2023
1 parent 12ef4cf commit 572cc70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/epi_recipe.R
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ remove_epi_recipe <- function(x) {
#' @rdname add_epi_recipe
#' @export
update_epi_recipe <- function(x, recipe, ..., blueprint = NULL) {
#rlang::check_dots_empty()
x <- remove_epi_recipe(x)
add_epi_recipe(x, recipe, blueprint = blueprint)
}
Expand Down

0 comments on commit 572cc70

Please sign in to comment.