Remove console.log statement

This commit is contained in:
Andrew Kingston 2020-10-14 10:10:16 +01:00
parent 2fc44f03d0
commit 2dce25c99a
1 changed files with 0 additions and 1 deletions

View File

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