remove log from test.

This commit is contained in:
fiatjaf
2023-03-02 08:22:30 -03:00
parent 086f8830e3
commit 0970eee70f

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)