aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-18 14:01:55 +0200
committerFlorian Dold <florian@dold.me>2022-10-18 14:01:55 +0200
commit81d6f2c7969f595faf9dc00e889b087f16e4298d (patch)
treeb6ca525c166d566d717348a995612aa7a86d41e5 /packages/taler-wallet-core/src/wallet.ts
parent57892db20af42afa702ed41347c6da4b0cd5cb93 (diff)
downloadwallet-core-81d6f2c7969f595faf9dc00e889b087f16e4298d.tar.xz
wallet-core: remove bogus log
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index 1c555f13d..1b338b383 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -978,7 +978,6 @@ async function dispatchRequestInternal<Op extends WalletApiOperation>(
// definitions we already have?
switch (operation) {
case WalletApiOperation.InitWallet: {
- console.log(operation);
logger.trace("initializing wallet");
ws.initCalled = true;
if (typeof payload === "object" && (payload as any).skipDefaults) {