commit 8791d4ea60a466f42ee377abd79254e6c92737e0 parent af4064ce7e1bedbad478a032b44852e78e2753ef Author: Florian Dold <florian@dold.me> Date: Fri, 27 Jan 2023 13:32:27 +0100 -remove debug logging Diffstat:
| M | packages/taler-wallet-core/src/util/query.ts | | | 2 | -- |
1 file 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 @@ -685,8 +685,6 @@ export class DbAccess<StoreMap> { } } - logger.info(`accessible stores: ${Object.keys(accessibleStores)}`); - const runReadOnly = <T>( txf: ReadOnlyTransactionFunction<StoreMap, T>, ): Promise<T> => {