Remove log

This commit is contained in:
Andrew Kingston 2023-04-11 17:34:06 +01:00
parent 361ab9e3cd
commit 0c3a9f367e
1 changed files with 0 additions and 6 deletions

View File

@ -24,12 +24,6 @@
let lastSearchId
let results
$: {
if (focused) {
console.log(value)
}
}
$: oneRowOnly = schema?.relationshipType === "one-to-many"
$: editable = focused && !readonly
$: results = getResults(searchResults, value)