This commit is contained in:
Matt C 2026-02-08 23:10:15 -05:00
parent eae6d2d5f0
commit af1e0aee34
2 changed files with 1 additions and 2 deletions

View File

@ -361,7 +361,6 @@ class RecipeWaiter {
* @param {Event} e
*/
opAdd(e) {
console.log(e);
log.debug(`'${e.target.querySelector("li").getAttribute("data-name")}' added to recipe`);
this.triggerArgEvents(e.target);
window.dispatchEvent(this.manager.statechange);