Skip to content

Commit 8747c37

Browse files
committed
Remove console.log in wasmedge.ts
1 parent ed7cc96 commit 8747c37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typegate/src/runtimes/wasmedge.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export class WasmEdgeRuntime extends Runtime {
3030
_verbose: boolean,
3131
): ComputeStage[] {
3232
const { materializer, argumentTypes, outType } = stage.props;
33-
console.log("materializer", materializer);
3433
const { wasmArtifact, func } = materializer?.data ?? {};
3534
const order = Object.keys(argumentTypes ?? {});
3635

0 commit comments

Comments
 (0)