1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

remove some console logs

This commit is contained in:
Keviin Åberg Kultalahti 2021-02-09 16:28:05 +01:00
parent 1a474b54ef
commit e4d863b765

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}