1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Remove console log statement

This commit is contained in:
Andrew Kingston 2020-10-08 10:40:46 +01:00
parent 1c559978e9
commit 7a08c5584d

View file

@ -10,8 +10,6 @@
export let onStyleChanged = () => {}
export let open = false
$: console.log(properties)
$: style = componentInstance["_styles"][styleCategory] || {}
</script>