Remove console.log statement
This commit is contained in:
parent
2fc44f03d0
commit
2dce25c99a
|
@ -9,7 +9,6 @@
|
|||
export let value = ""
|
||||
|
||||
$: urls = getUrls()
|
||||
$: console.log(urls)
|
||||
|
||||
const handleBlur = () => dispatch("change", value)
|
||||
|
||||
|
|
Loading…
Reference in New Issue