From b1ce901df2e0c431f41e34e3e1bd88da45d7b254 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 2 Jun 2023 16:03:07 +0200 Subject: wallet-core: remove waiting-for-retry and some other notifications that we don't use --- packages/taler-wallet-core/src/wallet.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'packages/taler-wallet-core/src') diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index 953353164..df48c0e19 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -436,12 +436,6 @@ async function runTaskLoop( ); logger.trace(`waiting for at most ${dt.d_ms} ms`); const timeout = ws.timerGroup.resolveAfter(dt); - ws.notify({ - type: NotificationType.WaitingForRetry, - numGivingLiveness, - numDue, - numPending: pending.pendingOperations.length, - }); // Wait until either the timeout, or we are notified (via the latch) // that more work might be available. await Promise.race([timeout, ws.workAvailable.wait()]); -- cgit v1.2.3