From 4be6148eddc8631320c977aaff0c7bec9615d9b8 Mon Sep 17 00:00:00 2001 From: Anna Krystalli Date: Thu, 21 Nov 2024 16:59:10 +0200 Subject: [PATCH] clean up from debugging --- R/check_valid_round_id_col.R | 3 --- 1 file changed, 3 deletions(-) diff --git a/R/check_valid_round_id_col.R b/R/check_valid_round_id_col.R index 05ec2d2c..a5af84e4 100644 --- a/R/check_valid_round_id_col.R +++ b/R/check_valid_round_id_col.R @@ -13,9 +13,6 @@ #' Returned object also inherits from subclass ``. #' @export check_valid_round_id_col <- function(tbl, file_path, hub_path, round_id_col = NULL) { - # print(tbl) - # print(file_path) - # print(hub_path) if (is.null(round_id_col)) { if (is_round_id_from_variable(file_path, hub_path)) { round_id_col <- get_file_round_id_col(file_path, hub_path)