aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-02 18:12:59 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-02 18:12:59 +0100
commita5137c32650b0b9aa2abbe55e4f4f3f60ed78e07 (patch)
treec65040b7271aabc188695b964998671e8fc50328 /src
parentb5ee6b7b4ee506712f51e1b90e9256c4b0c0c603 (diff)
downloadwallet-core-a5137c32650b0b9aa2abbe55e4f4f3f60ed78e07.tar.xz
rollup
Diffstat (limited to 'src')
-rw-r--r--src/crypto/cryptoApi.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/cryptoApi.ts b/src/crypto/cryptoApi.ts
index ee7600073..2521b54ea 100644
--- a/src/crypto/cryptoApi.ts
+++ b/src/crypto/cryptoApi.ts
@@ -315,7 +315,6 @@ export class CryptoApi {
throw Error("assertion failed");
}
this.workQueues[priority].push(workItem);
- console.log("queueing crypto work");
return;
}