mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Remove a stray println!
This commit is contained in:
parent
4a4f8b18b6
commit
8b3ca9b85c
@ -168,7 +168,6 @@ fn extract_programs(module: &mut Module) -> Vec<shared::Program> {
|
||||
let json = a[3..].iter()
|
||||
.map(|i| char::from_u32(i.0).unwrap())
|
||||
.collect::<String>();
|
||||
println!("{}", json);
|
||||
let p: shared::Program = match serde_json::from_str(&json) {
|
||||
Ok(f) => f,
|
||||
Err(e) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user