Skip to content

Commit

Permalink
-log
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Jul 6, 2023
1 parent 0e2375e commit fa5517b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/temple/back/vault/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ export class Vault {
return await batch.send();
} catch (err: any) {
console.error(err);
console.log(1);

switch (true) {
case err instanceof PublicError:
Expand Down

0 comments on commit fa5517b

Please sign in to comment.