aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/cryptoApi.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wallet/cryptoApi.ts')
-rw-r--r--lib/wallet/cryptoApi.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/wallet/cryptoApi.ts b/lib/wallet/cryptoApi.ts
index 4b4a2e5dd..585aa39e7 100644
--- a/lib/wallet/cryptoApi.ts
+++ b/lib/wallet/cryptoApi.ts
@@ -150,9 +150,6 @@ export class CryptoApi {
});
}
- console.log(`${this.numBusy} of ${this.workers.length} workers are busy`);
- console.log(this.workers);
-
for (let i = 0; i < this.workers.length; i++) {
let ws = this.workers[i];
if (ws.busy) {