diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/workspace/document-workspace-editor.element.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/workspace/document-workspace-editor.element.ts index 08f12fe554..92c2fb6e68 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/workspace/document-workspace-editor.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/workspace/document-workspace-editor.element.ts @@ -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) {