We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbf693d + 8612618 commit bbb2a56Copy full SHA for bbb2a56
src/smartcontracts/wrapper/contractWrapper.ts
@@ -139,7 +139,6 @@ export class ContractWrapper extends ChainSendContext {
139
query.caller = optionalSender.address;
140
}
141
let response = await provider.queryContract(query);
142
- console.log("got response...", response);
143
let result = Result.unpackQueryOutput(endpoint, response);
144
logger?.queryComplete(result, response);
145
0 commit comments