From 2512665e9462690162a5bae5fab3337217943269 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 23 Oct 2023 18:15:41 +0200 Subject: move useNativeLogging to top-level --- packages/taler-wallet-core/src/host-impl.qtart.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'packages/taler-wallet-core/src/host-impl.qtart.ts') 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") -- cgit v1.2.3