1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

remove some console logs

This commit is contained in:
Keviin Åberg Kultalahti 2021-02-09 16:28:05 +01:00
parent 8a2cc83a3b
commit ea90fc3c0e

View file

@ -31,9 +31,6 @@
function getPrettyName(row) {
return row[linkedTable.primaryDisplay || "_id"]
}
$: console.log(rows)
$: console.log(linkedRows)
</script>
{#if linkedTable.primaryDisplay == null}