From 78f133ccdf4a95958fe66f3eafdccce5ab405493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 18 Mar 2024 20:15:44 +0100 Subject: [PATCH] remove log --- .../documents/workspace/document-workspace-editor.element.ts | 1 - 1 file changed, 1 deletion(-) 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) {