Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin John Mayer (井上 オースティン) committed Sep 14, 2023
1 parent f31405c commit 28a1f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub fn cargo_build_wasm(

cmd.arg("--target").arg("wasm32-unknown-unknown");
cmd.args(extra_options);
dbg!(&cmd);

child::run(cmd, "cargo rustc").context("Compiling your crate to WebAssembly failed")?;
Ok(())
}
Expand Down

0 comments on commit 28a1f6a

Please sign in to comment.