diff --git a/lib/api.ts b/lib/api.ts index fcef39d..5e2ae7a 100644 --- a/lib/api.ts +++ b/lib/api.ts @@ -207,11 +207,11 @@ export const fetchLiveScore = async ( leagueId?: number, timezone?: string ): Promise => { - console.log("Fetching live scores with params:", { - sportId, - leagueId, - timezone, - }); + // console.log("Fetching live scores with params:", { + // sportId, + // leagueId, + // timezone, + // }); try { const params: { sport_id: number; league_id?: number; timezone?: string } = {