Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Jan 15, 2024
1 parent 974fa59 commit 9184f76
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/reverseRegistrar/TestL2ReverseRegistrar.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,6 @@ describe('L2ReverseRegistrar', function () {
assert.equal(await L2ReverseRegistrar.name(node), name)
})
it('event ReverseClaimed is emitted', async () => {
console.log({
MockSmartContractWalletAddress: MockSmartContractWallet.address,
MockOwnableAddress: MockOwnable.address,
})
await expect(
L2ReverseRegistrarWithAccount2['setNameForAddrWithSignatureAndOwnable'](
MockOwnable.address,
Expand Down

0 comments on commit 9184f76

Please sign in to comment.