mirror of
https://codeberg.org/spire/depot-prefetch.git
synced 2026-06-03 10:04:09 +02:00
cleanup
This commit is contained in:
parent
8193013ab2
commit
f0efae82b1
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ pub fn prefetch(manifest: &ManifestInput, file_list: &[String]) -> Result<String
|
|||
.iter()
|
||||
.map(|filter| serde_json::to_string(filter).unwrap_or_default())
|
||||
.join(" ");
|
||||
dbg!(&file_list_nix);
|
||||
|
||||
let expression = EXPRESSION_TEMPLATE
|
||||
.replace("APP_ID", &manifest.app_id.to_string())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue