remove logs

This commit is contained in:
Niels Lyngsø
2024-06-24 21:25:29 +02:00
parent 578f3ec1a4
commit 25ff21ce01
2 changed files with 0 additions and 2 deletions

View File

@@ -69,7 +69,6 @@ export class UmbBlockGridAreaTypeWorkspaceContext
if (value) {
const blockTypeData = value.find((x: UmbBlockGridTypeAreaType) => x.key === unique);
if (blockTypeData) {
console.log(blockTypeData);
this.#data.setValue(blockTypeData);
return;
}

View File

@@ -71,7 +71,6 @@ export class UmbDataTypePickerFlowModalElement extends UmbModalBaseElement<
private _createDataType(propertyEditorUiAlias: string) {
// TODO: Could be nice with a more pretty way to prepend to the URL:
// Open create modal:
console.log('_createDataType', propertyEditorUiAlias);
this._createDataTypeModal.open(
{ uiAlias: propertyEditorUiAlias },
`create/parent/${UMB_DATA_TYPE_ENTITY_TYPE}/null`,