1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Remove console.log statement

This commit is contained in:
Andrew Kingston 2020-10-14 10:10:16 +01:00
parent 2fc44f03d0
commit 2dce25c99a

View file

@ -9,7 +9,6 @@
export let value = ""
$: urls = getUrls()
$: console.log(urls)
const handleBlur = () => dispatch("change", value)