remove debugger

This commit is contained in:
Niels Lyngsø
2023-01-12 10:22:34 +01:00
parent 887efc7e76
commit 4307846783

View File

@@ -50,7 +50,6 @@ export const UmbControllerHostMixin = <T extends HTMLElementConstructor>(superCl
if(ctrl.unique) {
this.#controllers.forEach(x => {
if(x.unique === ctrl.unique) {
debugger;
this.removeController(x);
}
});