Skip to content

Commit 7b040b1

Browse files
committed
fix: remove log
1 parent 845b221 commit 7b040b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/components/Compare/FacetQuadrantChart.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ const props = defineProps<{
1919
packages: string[]
2020
}>()
2121
22-
console.log(props.packagesData)
23-
2422
const colorMode = useColorMode()
2523
const resolvedMode = shallowRef<'light' | 'dark'>('light')
2624
const rootEl = shallowRef<HTMLElement | null>(null)

0 commit comments

Comments
 (0)