1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +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) { function getPrettyName(row) {
return row[linkedTable.primaryDisplay || "_id"] return row[linkedTable.primaryDisplay || "_id"]
} }
$: console.log(rows)
$: console.log(linkedRows)
</script> </script>
{#if linkedTable.primaryDisplay == null} {#if linkedTable.primaryDisplay == null}