kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
chore(cleanup): no console.log in the app
rodzic
12d7f90d57
commit
eb59754065
|
@ -25,8 +25,6 @@ const labels = computed(() => ({
|
|||
|
||||
const podName = computed(() => (n => n === "" ? "No name" : n ?? 'Funkwhale')(get(nodeinfo.value, 'metadata.nodeName')))
|
||||
|
||||
console.log(podName)
|
||||
|
||||
const banner = computed(() => get(nodeinfo.value, 'metadata.banner'))
|
||||
const shortDescription = computed(() => get(nodeinfo.value, 'metadata.shortDescription'))
|
||||
|
||||
|
|
|
@ -27,10 +27,6 @@ const props = defineProps<{
|
|||
& RaisedProps
|
||||
& WidthProps>()
|
||||
|
||||
if ('minContent' in props) {
|
||||
console.log("MIN CONTENT")
|
||||
}
|
||||
|
||||
const slots = useSlots()
|
||||
const isIconOnly = computed(() => !!props.icon && !slots.default)
|
||||
|
||||
|
|
|
@ -16,8 +16,6 @@ watchEffect(() => measure.value = {
|
|||
size: `${Math.max(size, minSize)}px`,
|
||||
margin: `${(size-Math.max(size, minSize))/2}px`
|
||||
})
|
||||
|
||||
console.log(size)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Ładowanie…
Reference in New Issue