diff --git a/R/process_tests_episode_file.R b/R/process_tests_episode_file.R index dbcb05ded..a7c5b5934 100644 --- a/R/process_tests_episode_file.R +++ b/R/process_tests_episode_file.R @@ -107,10 +107,6 @@ produce_episode_file_tests <- function( ) ) - if (!recid == "00B") { - test_flags <- create_hscp_test_flags(test_flags, .data$hscp2018) - } - test_flags <- test_flags %>% # keep variables for comparison dplyr::select("unique_anon_chi":dplyr::last_col()) %>%