Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Dec 21, 2023
1 parent 2978654 commit ef2d3d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web-client/src/lib/stores/popups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const shownAirdropPopup = persisted<boolean>(
)

export function removeSplashScreen() {
console.log('remove called')
if (!browser) return
const el = document.querySelector('splash-screen')
el?.remove()
Expand Down

0 comments on commit ef2d3d5

Please sign in to comment.