Skip to content

Commit

Permalink
refactor: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
911-Benedek-RobertGeorge committed Mar 10, 2024
1 parent 11d58e1 commit a5f677f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/bond.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ describe('Bond test', () => {

const bond: Bond[] = await bondContract.viewBonds([1]);
expect(bond).toMatchObject<Bond>;
console.log('bond', bond);
const sameBond: Bond[] = await bondContract.viewBonds(
[tokenIdentifier],
[76]
Expand Down

0 comments on commit a5f677f

Please sign in to comment.