remove console log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user