remove unused log output

This commit is contained in:
Patrick Schratz 2024-07-28 14:27:12 +02:00
commit 784a4d34e8
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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))
}