Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Nov 16, 2024
1 parent 7c05860 commit c9ce1e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ fn create_package(
// Move mod.json
fs::copy(root_path.join("mod.json"), working_dir.join("mod.json")).unwrap();

dbg!(&output, &working_dir);
// Setup cache from the previously built .geode archive
let mut cache_bundle = cache::get_cache_bundle(&output);
let mut new_cache = cache::ResourceCache::new();
Expand Down

0 comments on commit c9ce1e9

Please sign in to comment.