mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-03-04 17:09:46 +00:00
Remove TODO as config is now fetched over web
This commit is contained in:
parent
708a194764
commit
5cef798f3c
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue