remove log from test.

This commit is contained in:
fiatjaf 2023-03-02 08:22:30 -03:00
parent 086f8830e3
commit 0970eee70f
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ test('encode and decode naddr', () => {
identifier: 'banana'
})
expect(naddr).toMatch(/naddr1\w+/)
console.log(naddr)
let {type, data} = nip19.decode(naddr)
expect(type).toEqual('naddr')
expect(data.pubkey).toEqual(pk)