Skip to content

Commit e346907

Browse files
fix(bindgen): remove leftover debug code
1 parent 5b53653 commit e346907

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

crates/js-component-bindgen/src/intrinsics/component.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ impl ComponentIntrinsic {
734734
if (!table) {{ throw new Error(`missing/invalid table [${{tableIdx}}] while getting future end`); }}
735735
futureEnd = table.get(futureEndHandle);
736736
}} else {{
737-
console.log("args?", args);
738737
throw new TypeError("must specify either waitable idx or handle to retrieve future");
739738
}}
740739

crates/js-component-bindgen/src/intrinsics/p3/async_future.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,10 +1312,6 @@ impl AsyncFutureIntrinsic {
13121312
ctx,
13131313
params,
13141314
}});
1315-
console.log('[{future_transfer_fn}()] args', {{
1316-
ctx,
1317-
params,
1318-
}});
13191315
}}
13201316
"#
13211317
));

0 commit comments

Comments
 (0)