diff --git a/src/connectors/webwallet/helpers/trpc.ts b/src/connectors/webwallet/helpers/trpc.ts index c4416e8..ce50a01 100644 --- a/src/connectors/webwallet/helpers/trpc.ts +++ b/src/connectors/webwallet/helpers/trpc.ts @@ -147,7 +147,6 @@ export const trpcProxyClient = ({ // make sure popup is defined ;(async () => { - console.log(popup) while (!popup) { await new Promise((resolve) => setTimeout(resolve, 100)) }