remove console logs
This commit is contained in:
@@ -100,7 +100,6 @@ export class UmbRelationTypeServerDataSource implements RepositoryDetailDataSour
|
||||
|
||||
const requestBody: UpdateRelationTypeRequestModel = { ...RelationType };
|
||||
|
||||
console.log('AHSGd');
|
||||
// TODO: use resources when end point is ready:
|
||||
return tryExecuteAndNotify<RelationTypeResponseModel>(
|
||||
this.#host,
|
||||
|
||||
@@ -50,8 +50,6 @@ export class UmbRelationTypeWorkspaceContext
|
||||
}
|
||||
|
||||
async save() {
|
||||
console.log('WORKSPACE SAVE');
|
||||
|
||||
if (!this.#data.value) return;
|
||||
if (this.isNew) {
|
||||
await this.repository.create(this.#data.value);
|
||||
|
||||
@@ -34,8 +34,6 @@ export class UmbRelationTypeWorkspaceElement extends UmbLitElement {
|
||||
private _RelationTypeName = '';
|
||||
|
||||
public load(value: string) {
|
||||
console.log('load');
|
||||
|
||||
this.#workspaceContext?.load(value);
|
||||
//this._unique = entityKey;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user