Remove console log statement

This commit is contained in:
Andrew Kingston 2020-10-08 10:40:46 +01:00
parent 8f1b106a5d
commit 4140c831a3
1 changed files with 0 additions and 2 deletions

View File

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