Remove log
This commit is contained in:
parent
361ab9e3cd
commit
0c3a9f367e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue