fix: remove accidental console log
This commit is contained in:
parent
d276faebcc
commit
bf303f478e
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
|||
|
||||
<script lang="ts" setup>
|
||||
|
||||
console.log("CHANNEL!")
|
||||
const props = defineProps<{ name: string, uuid: string, currentUuid: string, href: string }>();
|
||||
|
||||
const isCurrentChannel = props.uuid == props.currentUuid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue