out comment warning.

This commit is contained in:
Niels Lyngsø
2023-04-11 15:37:33 +02:00
parent e5bbb10638
commit dac22ea243

View File

@@ -139,10 +139,13 @@ export class UmbWorkspaceLayoutElement extends UmbLitElement {
if (component && 'manifest' in component) {
component.manifest = view;
} else {
/*
TODO: Too noisy for my taste, so I would investigate if there is otherways to make this more visible.
console.group(`[UmbWorkspaceLayout] Failed to setup component for route: ${info.match.route.path}`);
console.log('Matched route', info.match.route);
console.error('Missing property "manifest" on component', component);
console.groupEnd();
*/
}
},
};