remove log

This commit is contained in:
Niels Lyngsø
2024-02-28 13:55:42 +01:00
parent 0e845941d4
commit 023aeaa76a

View File

@@ -26,7 +26,6 @@ export class UmbDocumentTypeWorkspaceViewEditTabElement extends UmbLitElement {
itemSelector: '.container-handle',
containerSelector: '.container-list',
onChange: ({ model }) => {
console.log('change groups model');
this._groups = model;
},
onEnd: ({ item }) => {