Skip to content

Commit 1a83313

Browse files
committed
remove logs
1 parent 036134f commit 1a83313

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/packages/block/block-grid/components/block-grid-area-config-entry/workspace/block-grid-area-type-workspace.context.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class UmbBlockGridAreaTypeWorkspaceContext
6969
if (value) {
7070
const blockTypeData = value.find((x: UmbBlockGridTypeAreaType) => x.key === unique);
7171
if (blockTypeData) {
72-
console.log(blockTypeData);
7372
this.#data.setValue(blockTypeData);
7473
return;
7574
}

src/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-modal.element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export class UmbDataTypePickerFlowModalElement extends UmbModalBaseElement<
7171
private _createDataType(propertyEditorUiAlias: string) {
7272
// TODO: Could be nice with a more pretty way to prepend to the URL:
7373
// Open create modal:
74-
console.log('_createDataType', propertyEditorUiAlias);
7574
this._createDataTypeModal.open(
7675
{ uiAlias: propertyEditorUiAlias },
7776
`create/parent/${UMB_DATA_TYPE_ENTITY_TYPE}/null`,

0 commit comments

Comments
 (0)