Skip to content

Commit 654bd05

Browse files
committed
chore: remove debug leftover
1 parent a329167 commit 654bd05

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/polywrap-wasm/polywrap_wasm/wasm_wrapper.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ def _process_invoke_result(state: State, result: bool) -> Result[InvocableResult
9797
if result and state.invoke["result"]:
9898
return Ok(InvocableResult(result=state.invoke["result"], encoded=True))
9999
elif result or not state.invoke["error"]:
100-
# return Err.from_str(dedent(
101-
# f"""
102-
# WasmWrapper: invocation exception encountered.
103-
# uri: {options.uri.uri}
104-
# """
105-
# ))
106100
return Err.from_str("Invoke result is missing")
107101
else:
108102
return Err.from_str(state.invoke["error"])

0 commit comments

Comments
 (0)