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