diff --git a/R/set_web_parameters.R b/R/set_web_parameters.R index 34e97a0..bb1407c 100644 --- a/R/set_web_parameters.R +++ b/R/set_web_parameters.R @@ -5,6 +5,4 @@ set_web_parameters <- function(file_path) { .GlobalEnv$data_location_ext <- cfg$paths$data_location_ext .GlobalEnv$template_path <- cfg$paths$template_location .GlobalEnv$user_results_path <- cfg$paths$user_data_location - - .GlobalEnv$project_name <- cfg$parameters$project_name }