Remove TODO as config is now fetched over web

This commit is contained in:
James 2018-08-07 16:10:59 +10:00 committed by James Lonie
parent 708a194764
commit 5cef798f3c

View File

@ -71,7 +71,6 @@ use log::Level;
use config::BaseAttributes;
// TODO: Fetch this over a HTTP request?
static RAW_CONFIG: &'static str = include_str!("../config.toml");
#[derive(Deserialize, Debug)]