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