From 4307846783c56b8746445813f0be536e7d459247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 12 Jan 2023 10:22:34 +0100 Subject: [PATCH] remove debugger --- .../src/core/controller/controller-host.mixin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/core/controller/controller-host.mixin.ts b/src/Umbraco.Web.UI.Client/src/core/controller/controller-host.mixin.ts index a71bc71ab7..37291b934e 100644 --- a/src/Umbraco.Web.UI.Client/src/core/controller/controller-host.mixin.ts +++ b/src/Umbraco.Web.UI.Client/src/core/controller/controller-host.mixin.ts @@ -50,7 +50,6 @@ export const UmbControllerHostMixin = (superCl if(ctrl.unique) { this.#controllers.forEach(x => { if(x.unique === ctrl.unique) { - debugger; this.removeController(x); } });