embedded: remove bogus line used for debugging
This commit is contained in:
parent
f955edc1f6
commit
48f92c5dd5
@ -209,9 +209,6 @@ export function installNativeWalletListener(): void {
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
globalThis.installNativeWalletListener = installNativeWalletListener;
|
globalThis.installNativeWalletListener = installNativeWalletListener;
|
||||||
|
|
||||||
// @ts-ignore
|
|
||||||
globalThis.makeWallet = getWallet;
|
|
||||||
|
|
||||||
export async function testWithGv() {
|
export async function testWithGv() {
|
||||||
const w = await createNativeWalletHost2();
|
const w = await createNativeWalletHost2();
|
||||||
await w.wallet.client.call(WalletApiOperation.InitWallet, {});
|
await w.wallet.client.call(WalletApiOperation.InitWallet, {});
|
||||||
|
Loading…
Reference in New Issue
Block a user