remove unused logs

This commit is contained in:
2025-06-04 10:59:03 +02:00
parent 5270c16437
commit 4c0818f95f
3 changed files with 44 additions and 43 deletions

View File

@@ -16,10 +16,10 @@ import type React from 'react'
import { useState } from 'react'
import { GamesTable } from '@/app/(home)/players/[id]/_components/games-table'
import { TimeZoneProvider } from '@/components/timezone-provider'
import { MmrTrendChart } from '@/app/(home)/players/[id]/_components/mmr-trend-chart'
import { WinrateTrendChart } from '@/app/(home)/players/[id]/_components/winrate-trend-chart'
import { OpponentsTable } from '@/app/(home)/players/[id]/_components/opponents-table'
import { WinrateTrendChart } from '@/app/(home)/players/[id]/_components/winrate-trend-chart'
import { TimeZoneProvider } from '@/components/timezone-provider'
import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
import { Badge } from '@/components/ui/badge'
import { Button } from '@/components/ui/button'
@@ -158,7 +158,6 @@ export function UserInfo() {
const lastVanillaGame = games
.filter((game) => game.gameType.toLowerCase() === 'vanilla')
.at(0)
console.log(games)
const avgOpponentMmr =
games
.filter(