fix: remove accidental console log
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-08-05 05:26:30 +02:00
parent d276faebcc
commit bf303f478e
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU

View file

@ -13,7 +13,6 @@
<script lang="ts" setup> <script lang="ts" setup>
console.log("CHANNEL!")
const props = defineProps<{ name: string, uuid: string, currentUuid: string, href: string }>(); const props = defineProps<{ name: string, uuid: string, currentUuid: string, href: string }>();
const isCurrentChannel = props.uuid == props.currentUuid; const isCurrentChannel = props.uuid == props.currentUuid;