summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/remote.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-09 22:44:36 +0100
committerFlorian Dold <florian@dold.me>2023-02-10 00:07:33 +0100
commit3cf2d4cba919203065f210f80f3f081948ad257a (patch)
treeb5f6e80f800cffbb59c0c7cf0b54398eb89f4b95 /packages/taler-wallet-core/src/remote.ts
parenta8c5a9696c1735a178158cbc9ac4f9bb4b6f013d (diff)
downloadwallet-core-3cf2d4cba919203065f210f80f3f081948ad257a.tar.gz
wallet-core-3cf2d4cba919203065f210f80f3f081948ad257a.tar.bz2
wallet-core-3cf2d4cba919203065f210f80f3f081948ad257a.zip
wallet-core: expose withdrawal progress, towards huge withdrawal test
Diffstat (limited to 'packages/taler-wallet-core/src/remote.ts')
-rw-r--r--packages/taler-wallet-core/src/remote.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/remote.ts b/packages/taler-wallet-core/src/remote.ts
index a240d4606..2628fea07 100644
--- a/packages/taler-wallet-core/src/remote.ts
+++ b/packages/taler-wallet-core/src/remote.ts
@@ -110,7 +110,6 @@ export async function createRemoteWallet(
}
h.promiseCapability.resolve(m as any);
} else if (type === "notification") {
- logger.info("got notification");
if (args.notificationHandler) {
args.notificationHandler((m as any).payload);
}