Skip to content

Commit e06b5f4

Browse files
committed
remove comments
1 parent 4718cbe commit e06b5f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/packages/core/section/section-default.element.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,12 @@ export class UmbSectionDefaultElement extends UmbLitElement implements UmbSectio
101101
}),
102102
);
103103

104-
//this.#debouncedCreateRoutes(routes);
105104
this.#createRoutes(routes);
106105
},
107106
'umbRouteExtensionApisInitializer',
108107
);
109108
}
110109

111-
//#debouncedCreateRoutes = debounce(this.#createRoutes, 50);
112-
113110
#createRoutes(routes: Array<IRoute>) {
114111
this._routes = [
115112
...routes,

0 commit comments

Comments
 (0)