Skip to content

Commit

Permalink
drop log info at function end as causes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Aug 24, 2024
1 parent f8e8cb2 commit 937ecaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/calculate-nutrients.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ get_nutrients_table <- function(pars, summarise = TRUE, convert = TRUE) {
dplyr::vars(.data$Selenium_mu:.data$Vitamin_A_mu),
~ tidyr::replace_na(., stats::median(., na.rm = TRUE))
)
logger::log_info("export nutrients table")
}
#' Get FAO Food Composition Data
#'
Expand Down

0 comments on commit 937ecaf

Please sign in to comment.