Skip to content

Commit

Permalink
clean up from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Nov 21, 2024
1 parent 7397d78 commit 4be6148
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/check_valid_round_id_col.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
#' Returned object also inherits from subclass `<hub_check>`.
#' @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)
Expand Down

0 comments on commit 4be6148

Please sign in to comment.