remove log

This commit is contained in:
Niels Lyngsø
2024-01-26 09:55:19 +01:00
parent 3a28c13e46
commit 9e282d7a31

View File

@@ -65,8 +65,6 @@ export class UmbBlockTypeWorkspaceContext<BlockTypeData extends UmbBlockTypeWith
...(groupKey && { groupKey: groupKey }),
} as BlockTypeData;
console.log(data);
this.setIsNew(true);
this.#data.setValue(data);
return { data };