mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 01:11:06 +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()
|
let json = a[3..].iter()
|
||||||
.map(|i| char::from_u32(i.0).unwrap())
|
.map(|i| char::from_u32(i.0).unwrap())
|
||||||
.collect::<String>();
|
.collect::<String>();
|
||||||
println!("{}", json);
|
|
||||||
let p: shared::Program = match serde_json::from_str(&json) {
|
let p: shared::Program = match serde_json::from_str(&json) {
|
||||||
Ok(f) => f,
|
Ok(f) => f,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user