Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Jun 24, 2024
1 parent c926f14 commit 4b9ca10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ export default function Main() {
}, [appReady]);

useEffect(() => {
console.log("useEffect", lightningReady, walletCreated, state);

if (!appReady) {
return;
}
Expand Down

0 comments on commit 4b9ca10

Please sign in to comment.