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

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, leagueId?: number,
timezone?: string timezone?: string
): Promise<LiveScoreMatch[]> => { ): Promise<LiveScoreMatch[]> => {
console.log("Fetching live scores with params:", { // console.log("Fetching live scores with params:", {
sportId, // sportId,
leagueId, // leagueId,
timezone, // timezone,
}); // });
try { try {
const params: { sport_id: number; league_id?: number; timezone?: string } = const params: { sport_id: number; league_id?: number; timezone?: string } =
{ {