Skip to content

Commit

Permalink
Merge branch 'main' into better-interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 24, 2022
2 parents cbf693d + 8612618 commit bbb2a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/smartcontracts/wrapper/contractWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export class ContractWrapper extends ChainSendContext {
query.caller = optionalSender.address;
}
let response = await provider.queryContract(query);
console.log("got response...", response);
let result = Result.unpackQueryOutput(endpoint, response);
logger?.queryComplete(result, response);

Expand Down

0 comments on commit bbb2a56

Please sign in to comment.