Remove log

This commit is contained in:
Andrew Kingston 2023-08-04 15:15:43 +01:00
parent ffe82e18e9
commit 8a9db6d8de
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
}
const handleGridViewUpdate = async e => {
console.log("update")
viewsV2.replaceView(id, e.detail)
}
</script>