Remove unused release block

This commit is contained in:
James 2018-01-29 23:28:43 +11:00
parent 53c539584f
commit a61709c3d0

View file

@ -39,9 +39,6 @@ static RAW_CONFIG: &'static str = include_str!("../config.toml");
fn main() { fn main() {
let config = Config::from_toml_str(RAW_CONFIG).unwrap(); let config = Config::from_toml_str(RAW_CONFIG).unwrap();
/*let github_releases = sources::github::GithubReleases{};
println!("{:?}", github_releases.get_current_releases(&config.packages[0].source.config));*/
let app_name = config.general.name.clone(); let app_name = config.general.name.clone();
let framework = InstallerFramework::new(config); let framework = InstallerFramework::new(config);