chore(cleanup): no console.log in the app

environments/review-docs-feat-z0hkbz/deployments/19913
upsiflu 2024-12-22 21:26:45 +01:00
rodzic 12d7f90d57
commit eb59754065
3 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -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'))

Wyświetl plik

@ -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)

Wyświetl plik

@ -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>