diff --git a/src/views/PlayerView.vue b/src/views/PlayerView.vue index 319ec18..1fde9d7 100644 --- a/src/views/PlayerView.vue +++ b/src/views/PlayerView.vue @@ -224,7 +224,6 @@ import { ref, watch, } from "vue"; -import type { LSPlayer } from "@/utils"; import { constructAvatarUrl, FormatVacDate, @@ -474,10 +473,6 @@ watch( } ); -// watch(() => data.playerMeta, () => { -// console.log(data.playerMeta) -// }) - onMounted(async () => { const height = window.innerHeight - NAV_HEIGHT - FOOTER_HEIGHT; const wrapper = document.querySelector(".wrapper") as HTMLDivElement;