From d2ebc0fbc39df3e02e75b2a7cf9a86add14e6ee9 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 22 Sep 2021 17:03:25 -0400 Subject: [PATCH] Remove commented lines. --- crates/utils/src/settings/mod.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crates/utils/src/settings/mod.rs b/crates/utils/src/settings/mod.rs index e46f751a6..8808f9126 100644 --- a/crates/utils/src/settings/mod.rs +++ b/crates/utils/src/settings/mod.rs @@ -8,11 +8,6 @@ pub mod structs; static CONFIG_FILE: &str = "config/config.hjson"; -// static mut WEBFINGER_COMMUNITY_REGEX: Regex = Regex::new("") -// .expect("compile webfinger regex"); -// static mut WEBFINGER_USERNAME_REGEX: Regex = Regex::new("") -// .expect("compile webfinger regex"); - impl Settings { /// Reads config from configuration file. ///