chore: remove debugger statement
This commit is contained in:
parent
3d2761a2b1
commit
00267dc230
@ -15,7 +15,6 @@ const decryptorFactories: CryptoFactory[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
bus.addEventHandler(DECRYPTION_WORKER_ACTION_NAME.DECRYPT, async (blobURI) => {
|
bus.addEventHandler(DECRYPTION_WORKER_ACTION_NAME.DECRYPT, async (blobURI) => {
|
||||||
debugger;
|
|
||||||
const blob = await fetch(blobURI).then((r) => r.blob());
|
const blob = await fetch(blobURI).then((r) => r.blob());
|
||||||
|
|
||||||
for (const factory of decryptorFactories) {
|
for (const factory of decryptorFactories) {
|
||||||
|
Loading…
Reference in New Issue
Block a user