diff options
author | Florian Dold <florian@dold.me> | 2022-10-18 14:01:55 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-10-18 14:01:55 +0200 |
commit | 81d6f2c7969f595faf9dc00e889b087f16e4298d (patch) | |
tree | b6ca525c166d566d717348a995612aa7a86d41e5 /packages | |
parent | 57892db20af42afa702ed41347c6da4b0cd5cb93 (diff) |
wallet-core: remove bogus log
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-wallet-core/src/wallet.ts | 1 |
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) { |