[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated (8fb629a7d -> b5c97cd5e)
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated (8fb629a7d -> b5c97cd5e) |
Date: |
Tue, 01 Oct 2024 20:35:29 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a change to branch master
in repository wallet-core.
from 8fb629a7d fix manual withdrawal
new b20065383 remove console log
new b5c97cd5e new prebuilt dev
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
packages/merchant-backoffice-ui/package.json | 2 +-
packages/taler-wallet-core/src/withdraw.ts | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/merchant-backoffice-ui/package.json
b/packages/merchant-backoffice-ui/package.json
index c802cc25a..6144ec035 100644
--- a/packages/merchant-backoffice-ui/package.json
+++ b/packages/merchant-backoffice-ui/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@gnu-taler/merchant-backoffice-ui",
- "version": "0.13.4-dev.1",
+ "version": "0.13.4-dev.2",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
diff --git a/packages/taler-wallet-core/src/withdraw.ts
b/packages/taler-wallet-core/src/withdraw.ts
index e906603a3..a1a49d1c7 100644
--- a/packages/taler-wallet-core/src/withdraw.ts
+++ b/packages/taler-wallet-core/src/withdraw.ts
@@ -1909,8 +1909,8 @@ async function processQueryReserve(
) {
amountChanged = true;
}
- console.log(`amount change ${j2s(result.response)}`);
- console.log(
+ logger.trace(`amount change ${j2s(result.response)}`);
+ logger.trace(
`amount change ${j2s(withdrawalGroup.denomsSel.totalWithdrawCost)}`,
);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-wallet-core] branch master updated (8fb629a7d -> b5c97cd5e),
gnunet <=