1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Remove log statement

This commit is contained in:
Andrew Kingston 2021-06-11 09:24:18 +01:00
parent 7d87befe13
commit b35d251ae9

View file

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