aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-27 13:32:27 +0100
committerFlorian Dold <florian@dold.me>2023-01-27 13:32:27 +0100
commit8791d4ea60a466f42ee377abd79254e6c92737e0 (patch)
tree767126ae8a18bbb79b32ca492611fb94046b8384 /packages/taler-wallet-core
parentaf4064ce7e1bedbad478a032b44852e78e2753ef (diff)
downloadwallet-core-8791d4ea60a466f42ee377abd79254e6c92737e0.tar.xz
-remove debug logging
Diffstat (limited to 'packages/taler-wallet-core')
-rw-r--r--packages/taler-wallet-core/src/util/query.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/util/query.ts b/packages/taler-wallet-core/src/util/query.ts
index 0efda88cf..647e5e4b5 100644
--- a/packages/taler-wallet-core/src/util/query.ts
+++ b/packages/taler-wallet-core/src/util/query.ts
@@ -685,8 +685,6 @@ export class DbAccess<StoreMap> {
}
}
- logger.info(`accessible stores: ${Object.keys(accessibleStores)}`);
-
const runReadOnly = <T>(
txf: ReadOnlyTransactionFunction<StoreMap, T>,
): Promise<T> => {