1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +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) { 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}