Skip to content

Commit

Permalink
chore: remove accidental println!
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula authored Oct 10, 2024
1 parent 8d19903 commit 547e9ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/packager/src/package/nsis/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ fn build_nsis_app_installer(ctx: &Context, nsis_path: &Path) -> crate::Result<Ve
data.insert("out_file", to_json(out_file));

let (resources_dirs, resources) = generate_resource_data(config)?;
println!("{:?} {:?}", resources_dirs, resources);
data.insert("resources_dirs", to_json(resources_dirs));
data.insert("resources", to_json(&resources));

Expand Down

1 comment on commit 547e9ed

@lucasfernog-crabnebula
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just faced this :| oops

Please sign in to comment.