aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-05-08 15:21:12 +0200
committerFlorian Dold <florian@dold.me>2024-05-08 15:21:19 +0200
commite872605f69af82468407c828d423bd561fae2c15 (patch)
tree5376171657cc33b6c8d4466d74552e7d1b8dfef5 /packages/taler-wallet-core
parent17f9935fd03edbe2294e46958f48a0568b853db3 (diff)
downloadwallet-core-e872605f69af82468407c828d423bd561fae2c15.tar.xz
-cull excessive loggingv0.10.8
Diffstat (limited to 'packages/taler-wallet-core')
-rw-r--r--packages/taler-wallet-core/src/exchanges.ts1
-rw-r--r--packages/taler-wallet-core/src/withdraw.ts2
2 files changed, 0 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/exchanges.ts b/packages/taler-wallet-core/src/exchanges.ts
index 9072a4e6e..6262ae4d3 100644
--- a/packages/taler-wallet-core/src/exchanges.ts
+++ b/packages/taler-wallet-core/src/exchanges.ts
@@ -1549,7 +1549,6 @@ export async function updateExchangeFromUrlHandler(
r.updateStatus = ExchangeEntryDbUpdateStatus.Ready;
r.cachebreakNextUpdate = false;
await tx.exchanges.put(r);
- logger.info(`putting new exchange details in DB: ${j2s(newDetails)}`);
const drRowId = await tx.exchangeDetails.put(newDetails);
checkDbInvariant(typeof drRowId.key === "number");
diff --git a/packages/taler-wallet-core/src/withdraw.ts b/packages/taler-wallet-core/src/withdraw.ts
index fd23fef5b..81e104014 100644
--- a/packages/taler-wallet-core/src/withdraw.ts
+++ b/packages/taler-wallet-core/src/withdraw.ts
@@ -839,8 +839,6 @@ export async function getBankWithdrawalInfo(
}
const { body: status } = resp;
- logger.info(`bank withdrawal operation status: ${j2s(status)}`);
-
return {
operationId: uriResult.withdrawalOperationId,
apiBaseUrl: uriResult.bankIntegrationApiBaseUrl,