remove debug print
This commit is contained in:
parent
99010664bf
commit
512a073b07
@ -299,7 +299,6 @@ async fn update(
|
|||||||
let res = http_async::get_body_string(format!("{}/files.json", master_url).as_str())
|
let res = http_async::get_body_string(format!("{}/files.json", master_url).as_str())
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
println!("{}", res);
|
|
||||||
let cdn_info: Vec<CdnFile> = serde_json::from_str(&res).unwrap();
|
let cdn_info: Vec<CdnFile> = serde_json::from_str(&res).unwrap();
|
||||||
|
|
||||||
if !ignore_required_files && !game.required_files_exist(dir) {
|
if !ignore_required_files && !game.required_files_exist(dir) {
|
||||||
|
Loading…
Reference in New Issue
Block a user