Skip to content

Commit

Permalink
issue: #1108; remove alert;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed May 17, 2023
1 parent bfab255 commit a6e0322
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/[[lang=lang]]/+page.svelte
Expand Up @@ -26,7 +26,7 @@
import SeoBlock from '$lib/components/page/home/seo_block_homepage/_SEO_Block.svelte';
import SvelteSeo from 'svelte-seo';
import LivescoresWidget from '$lib/components/page/home/livescores-v2/Livescores_Widget.svelte';
// TODO:
// -> update to @scores-lib package types;
import type { Cache_Single_Homepage_SEO_Translation_Response } from '$lib/models/_main_/pages_and_seo/types';
Expand Down Expand Up @@ -137,7 +137,6 @@
{
if (!document.hidden) {
dlog('🔵 user is active', true)
alert('🔵 user is active')
await onceRealTimeLiveScoreboard()
let connectionRef = listenRealTimeScoreboardAll()
FIREBASE_CONNECTIONS_SET.add(connectionRef)
Expand Down

0 comments on commit a6e0322

Please sign in to comment.