remove log

This commit is contained in:
Niels Lyngsø
2024-03-18 20:15:44 +01:00
parent 60df8c0011
commit 78f133ccdf

View File

@@ -106,7 +106,6 @@ export class UmbDocumentWorkspaceEditorElement extends UmbLitElement {
}
const oldValue = this._routes;
console.log('Test', oldValue === routes);
// is there any differences in the amount ot the paths? [NL]
if (oldValue && oldValue.length === routes.length) {