From 63a742d77539bc07b720b26f878d4291cd2458fb Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 3 Jun 2024 23:51:26 +0200 Subject: [PATCH] clean --- R/build-metadata.R | 6 ------ 1 file changed, 6 deletions(-) diff --git a/R/build-metadata.R b/R/build-metadata.R index b335aa3..bae4aa9 100644 --- a/R/build-metadata.R +++ b/R/build-metadata.R @@ -96,9 +96,6 @@ build_metadata_summary <- function(package_name, platform) { "' AND platform = '", platform, "'" )) - print(sprintf("Package: %s", package_name)) - print(sprintf("Platform: %s", platform)) - # Calculate the summary summary <- metadata %>% group_by(package_name, platform) %>% @@ -109,9 +106,6 @@ build_metadata_summary <- function(package_name, platform) { percentage_successful_builds = round(successful_builds / total_builds * 100, 2) ) - print("DEBUG") - print(summary) - # Check if the metadata_summary table exists if ("metadata_summary" %in% dbListTables(con)) { # Update the row for the specified package