diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-12-02 18:12:59 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-12-02 18:12:59 +0100 |
commit | a5137c32650b0b9aa2abbe55e4f4f3f60ed78e07 (patch) | |
tree | c65040b7271aabc188695b964998671e8fc50328 /src/crypto | |
parent | b5ee6b7b4ee506712f51e1b90e9256c4b0c0c603 (diff) |
rollup
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/cryptoApi.ts | 1 |
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; } |