mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-23 13:51:51 +01:00
Cleanup logging
Is it okay for you if I comment this in Beta?
This commit is contained in:
parent
de1d1ad961
commit
b9676b51cb
@ -633,7 +633,7 @@ class ModelDropdown
|
|||||||
{ id: `${this.modelFilter.id}-model-result` },
|
{ id: `${this.modelFilter.id}-model-result` },
|
||||||
['model-result'],
|
['model-result'],
|
||||||
)
|
)
|
||||||
console.log(containerListItem)
|
//console.log(containerListItem)
|
||||||
containerListItem.appendChild(this.createModelNodeList(undefined, modelTree, true))
|
containerListItem.appendChild(this.createModelNodeList(undefined, modelTree, true))
|
||||||
rootList.appendChild(containerListItem)
|
rootList.appendChild(containerListItem)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user