]> git.codecow.com Git - libnemo.git/commitdiff
Remove logging from account lock and unlock now that tests are correct.
authorChris Duncan <chris@zoso.dev>
Thu, 3 Jul 2025 23:31:09 +0000 (16:31 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 3 Jul 2025 23:31:09 +0000 (16:31 -0700)
src/lib/account.ts

index f68d6ee6a7e2259959222a14a389230f426cf658..2e6432e893dcb57cf8449537dba18abc6bfb9f84 100644 (file)
@@ -148,7 +148,6 @@ export class Account {
                        if (this.#prv != null) {\r
                                data.privateKey = this.#prv\r
                        }\r
-                       console.log(this.#prv)\r
                        const response = (await Account.#poolSafe.assign({\r
                                method: 'put',\r
                                name: this.#pub,\r
@@ -182,7 +181,6 @@ export class Account {
                                name: this.#pub,\r
                                password\r
                        }))[0]\r
-                       console.log(response)\r
                        const { id, privateKey } = response.result\r
                        if (id !== this.#pub) {\r
                                throw null\r