diff --git a/R/set_web_parameters.R b/R/set_web_parameters.R index 7c03679..81a781b 100644 --- a/R/set_web_parameters.R +++ b/R/set_web_parameters.R @@ -6,7 +6,5 @@ set_web_parameters <- function(file_path) { .GlobalEnv$template_path <- cfg$paths$template_location .GlobalEnv$user_results_path <- cfg$paths$user_data_location - .GlobalEnv$new_data <- cfg$parameters$new_data - .GlobalEnv$financial_timestamp <- cfg$parameters$financial_timestamp }