Remove log

This commit is contained in:
Andrew Kingston 2023-08-04 15:07:44 +01:00
parent 938a5a445f
commit ffe82e18e9
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ export function createViewsV2Store() {
// Handles external updates of tables
const replaceView = (viewId, view) => {
console.log("replace", viewId, view)
if (!viewId) {
return
}