Skip to content

Commit

Permalink
remove another console.log that I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkernaghan committed May 3, 2021
1 parent 23193a8 commit 92a9fb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/lambda-view.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ CONFIGS().forEach(({ lib, rpc, setup }) => {

await op.confirmation()
const contract = await op.contract();
console.log("Originate a contract and fetch data from view entrypoints contract address : "+contract.address)
//const contract = await Tezos.contract.at('KT1QXZMKbNYBf2wa9WJ3iXeBFEqd7HqmDh3H');

const getBalance = await contract.views.getBalance('tz1h3rQ8wBxFd8L9B3d7Jhaawu6Z568XU3xY').read();
expect(toJSON(getBalance)).toEqual({
Expand Down

0 comments on commit 92a9fb3

Please sign in to comment.