Remove commented lines.

This commit is contained in:
Dessalines 2021-09-22 17:03:25 -04:00
parent e85a2b7467
commit d2ebc0fbc3

View file

@ -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.
///