summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/host-impl.qtart.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-23 18:15:41 +0200
committerFlorian Dold <florian@dold.me>2023-10-23 18:15:41 +0200
commit2512665e9462690162a5bae5fab3337217943269 (patch)
tree0872072765a4ddba02072e7c748f06387e0fdb9d /packages/taler-wallet-core/src/host-impl.qtart.ts
parent51cf4180827f4560df954744f724f0bfc5d29a20 (diff)
downloadwallet-core-2512665e9462690162a5bae5fab3337217943269.tar.gz
wallet-core-2512665e9462690162a5bae5fab3337217943269.tar.bz2
wallet-core-2512665e9462690162a5bae5fab3337217943269.zip
move useNativeLogging to top-level
Diffstat (limited to 'packages/taler-wallet-core/src/host-impl.qtart.ts')
-rw-r--r--packages/taler-wallet-core/src/host-impl.qtart.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/taler-wallet-core/src/host-impl.qtart.ts b/packages/taler-wallet-core/src/host-impl.qtart.ts
index a2fc75e9c..7917d6b0e 100644
--- a/packages/taler-wallet-core/src/host-impl.qtart.ts
+++ b/packages/taler-wallet-core/src/host-impl.qtart.ts
@@ -167,10 +167,6 @@ export async function createNativeWalletHost2(
let dbResp: MakeDbResult;
- if (args.config?.features?.useNativeLogging) {
- enableNativeLogging();
- }
-
if (
args.persistentStoragePath &&
args.persistentStoragePath.endsWith(".json")