Merge pull request #933 from patriceac/patch-43

Cleanup logging
This commit is contained in:
cmdr2 2023-02-28 14:41:04 +05:30 committed by GitHub
commit c95b43253a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -634,7 +634,7 @@ class ModelDropdown
{ id: `${this.modelFilter.id}-model-result` },
['model-result'],
)
console.log(containerListItem)
//console.log(containerListItem)
containerListItem.appendChild(this.createModelNodeList(undefined, modelTree, true))
rootList.appendChild(containerListItem)
}