remove some console logs
This commit is contained in:
parent
8a2cc83a3b
commit
ea90fc3c0e
|
@ -31,9 +31,6 @@
|
|||
function getPrettyName(row) {
|
||||
return row[linkedTable.primaryDisplay || "_id"]
|
||||
}
|
||||
|
||||
$: console.log(rows)
|
||||
$: console.log(linkedRows)
|
||||
</script>
|
||||
|
||||
{#if linkedTable.primaryDisplay == null}
|
||||
|
|
Loading…
Reference in New Issue