Remove console log statement
This commit is contained in:
parent
8f1b106a5d
commit
4140c831a3
|
@ -10,8 +10,6 @@
|
|||
export let onStyleChanged = () => {}
|
||||
export let open = false
|
||||
|
||||
$: console.log(properties)
|
||||
|
||||
$: style = componentInstance["_styles"][styleCategory] || {}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue