chore: code review changes
This commit is contained in:
committed by
Piotr Pędziwiatr
parent
97ce0a9273
commit
0e4d896d8e
@@ -89,9 +89,6 @@ export class WasmContractHandlerApi<State> implements HandlerApi<State> {
|
||||
const resultPtr = this.wasmExports.handle(actionPtr);
|
||||
const result = this.wasmExports.__getString(resultPtr);
|
||||
|
||||
this.logger.info("Result", result);
|
||||
this.logger.info("State", this.doGetCurrentState());
|
||||
|
||||
return JSON.parse(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user