embedded: remove bogus line used for debugging

This commit is contained in:
Florian Dold 2023-02-21 17:43:20 +01:00
parent f955edc1f6
commit 48f92c5dd5
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -209,9 +209,6 @@ export function installNativeWalletListener(): void {
// @ts-ignore
globalThis.installNativeWalletListener = installNativeWalletListener;
// @ts-ignore
globalThis.makeWallet = getWallet;
export async function testWithGv() {
const w = await createNativeWalletHost2();
await w.wallet.client.call(WalletApiOperation.InitWallet, {});