remove log

This commit is contained in:
Niels Lyngsø
2023-01-04 14:51:55 +01:00
parent 8be56ab4db
commit 54c12a2cb2

View File

@@ -114,7 +114,6 @@ export class UmbWorkspaceEntity extends UmbContextConsumerMixin(UmbObserverMixin
path: `view/${view.meta.pathname}`,
component: () => {
if (view.type === 'workspaceViewCollection') {
console.log('!!!!!workspaceViewCollection');
return import(
'src/backoffice/shared/components/workspace/workspace-content/views/collection/workspace-view-collection.element'
);