Skip to content

Commit

Permalink
Merge pull request #25 from argentlabs/fix/remove-console-log
Browse files Browse the repository at this point in the history
fix: remove console log
  • Loading branch information
bluecco authored Nov 8, 2023
2 parents a3f592c + 7b75a5a commit 575ced2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/connectors/webwallet/helpers/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

0 comments on commit 575ced2

Please sign in to comment.