Remove console log statement
This commit is contained in:
parent
d5bf44bba1
commit
55573b7e32
|
@ -12,7 +12,6 @@
|
|||
|
||||
const dispatch = createEventDispatcher()
|
||||
export let bindableProperties
|
||||
console.log("Bindable Props: ", bindableProperties)
|
||||
export let value = ""
|
||||
export let close
|
||||
|
||||
|
|
Loading…
Reference in New Issue