]> zoso.dev Git - libnemo.git/commitdiff
Remove test logging.
authorChris Duncan <chris@zoso.dev>
Wed, 4 Dec 2024 07:24:58 +0000 (23:24 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 4 Dec 2024 07:24:58 +0000 (23:24 -0800)
src/lib/rolodex.ts

index 4a15c772f5441c04321982029515f2af83663794..211f84144cbf73fdb8ba1cc360c201a90f5b88db 100644 (file)
@@ -97,8 +97,6 @@ export class Rolodex {
                const { Tools } = await import('./tools.js')
                const entries = this.#entries.filter(e => e.name === name)
                for (const entry of entries) {
-                       console.log(`entry.account.publicKey: ${entry.account.publicKey}`)
-                       console.log(`signature: ${signature}`)
                        const key = entry.account.publicKey
                        const verified = await Tools.verify(key, signature, ...data)
                        if (verified) {