diff --git a/app/web/src/nova/ed/logic/ed-sync.tsx b/app/web/src/nova/ed/logic/ed-sync.tsx index 48d6123f..f7b0c1f8 100644 --- a/app/web/src/nova/ed/logic/ed-sync.tsx +++ b/app/web/src/nova/ed/logic/ed-sync.tsx @@ -232,7 +232,6 @@ export const edInitSync = (p: PG) => { } else if (data.type === "comp") { const updated = await updateComponentMeta(p, doc, data.id); if (updated) { - console.log(updated.item); p.comp.list[data.id].meta = updated.meta; p.comp.list[data.id].tree = updated.tree; } diff --git a/dockerzip b/dockerzip index 0fe0d6b4..dcb2709e 100644 Binary files a/dockerzip and b/dockerzip differ