1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Remove log statement

This commit is contained in:
Andrew Kingston 2021-06-11 09:24:18 +01:00
parent ca88e2abe1
commit 1e5d1006c5

View file

@ -11,8 +11,6 @@
$: rows = dataProvider?.rows ?? []
$: loaded = dataProvider?.loaded ?? false
$: console.log(loaded)
</script>
<div use:styleable={$component.styles}>