remove console log

This commit is contained in:
Mads Rasmussen
2024-08-21 11:36:50 +02:00
parent c646af3fb0
commit 0f7e461a9a

View File

@@ -315,7 +315,6 @@ export class UmbSorterController<T, ElementType extends HTMLElement = HTMLElemen
* @memberof UmbSorterController
*/
disable(): void {
console.log(this.#items);
if (!this.#enabled) return;
this.#enabled = false;
if (this.#isConnected) {