Skip to content

Commit 7c38af1

Browse files
abarmatdavekay100
authored andcommitted
gns: remove console log
1 parent ee44102 commit 7c38af1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/gns.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,7 @@ describe('GNS', () => {
203203
totalAdjustedUp,
204204
)
205205

206-
console.log('taxOnOriginal: ', taxOnOriginal.toString())
207-
console.log('totalWithoutOwnerTax: ', totalWithoutOwnerTax.toString())
208-
console.log('ownerTax: ', ownerTax.toString())
209-
console.log('totalWithOwnerTax: ', totalWithOwnerTax.toString())
210-
console.log('total adj up: ', totalAdjustedUp.toString())
211-
212-
console.log('total adj up: ', totalAdjustedUp.toString())
213-
206+
// Send transaction
214207
const tx = gns
215208
.connect(account.signer)
216209
.publishNewVersion(

0 commit comments

Comments
 (0)