Remove console log statement

This commit is contained in:
Andrew Kingston 2020-10-08 10:40:46 +01:00
parent 1c559978e9
commit 7a08c5584d
1 changed files with 0 additions and 2 deletions

View File

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