Skip to content

Commit 06b3c9e

Browse files
committed
remove comments
1 parent b671931 commit 06b3c9e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

R/get_boxi_extract_path.R

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,16 @@ get_boxi_extract_path <- function(
3939
# Since BOXI extracts will be only in sourcedev and not needed in Denodo,
4040
# BYOC_MODE here will be always FALSE.
4141

42-
# TODO: JT - Check here to see if this comment is still relevant. My understanding
43-
# is that any static files will be converted into Denodo VDBs. This code
44-
# may be redundant during refactoring.
42+
# Hence, this function or the if-else part of BYOC_MODE being FALSE will
43+
# be completely removed after refactoring is completed.
4544
if (type %in% c("dn", "cmh")) {
4645
dir <- fs::path(get_slf_dir(), "Archived_data")
4746
} else {
4847
dir <- get_year_dir(year, extracts_dir = TRUE, BYOC_MODE = FALSE)
4948
}
5049

5150
if (!check_year_valid(year, type)) {
52-
return(get_dummy_boxi_extract_path(BYOC_MODE = BYOC_MODE))
51+
return(get_dummy_boxi_extract_path(BYOC_MODE = FALSE))
5352
}
5453

5554
file_name <- dplyr::case_match(

0 commit comments

Comments
 (0)