mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 06:41:18 +00:00
Remove commented lines.
This commit is contained in:
parent
e85a2b7467
commit
d2ebc0fbc3
1 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue