Skip to content
Snippets Groups Projects
Commit 70cc8bc0 authored by rhenck's avatar rhenck
Browse files

[editor] Remove unused code and console statements

parent 4e539b6e
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ import { UIElement } from '../../../../../../../common/classes/uIElement';
})
export class ElementPropertiesComponent implements OnInit, OnDestroy {
selectedElements!: UIElement[];
// combinedProperties: Record<string, string | number | boolean | string[] | undefined> = {};
combinedProperties: UIElement = {} as UIElement;
private ngUnsubscribe = new Subject<void>();
......@@ -69,7 +68,6 @@ export class ElementPropertiesComponent implements OnInit, OnDestroy {
});
}
}
console.log('combined:', this.combinedProperties);
}
updateModel(property: string,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment