remove unused log output
This commit is contained in:
parent
c882cc53e3
commit
784a4d34e8
1 changed files with 0 additions and 4 deletions
|
|
@ -130,10 +130,6 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
|||
}, package_name, tag, future.seed = TRUE)
|
||||
})
|
||||
|
||||
cli::cli_h2("Updating package index for package ({.pkg {package_name[1]}})")
|
||||
|
||||
# add_to_package_index(package_name[1], debug = debug)
|
||||
|
||||
return(invisible(TRUE))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue