移除实时比分请求中的调试日志

This commit is contained in:
yuchenglong
2026-01-19 16:07:15 +08:00
parent 1d1e774011
commit 3569f98812

View File

@@ -207,11 +207,11 @@ export const fetchLiveScore = async (
leagueId?: number,
timezone?: string
): Promise<LiveScoreMatch[]> => {
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 } =
{