Cleanup logging

Is it okay for you if I comment this in Beta?
This commit is contained in:
patriceac 2023-02-24 17:46:53 -08:00 committed by GitHub
parent de1d1ad961
commit b9676b51cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -633,7 +633,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)
}