remove some lines and annotations moved to other files

This commit is contained in:
Robin Scholtes 2023-07-24 12:16:08 +12:00
parent 0830ece0fb
commit 4ecd2bd32c

View file

@ -465,7 +465,6 @@ class RecipeWaiter {
/**
* Handler for operationadd events.
* Adds 'selected' class to the added operations in #operations-dropdown
*
* @listens Manager#operationadd
* @fires Manager#statechange
@ -473,7 +472,6 @@ class RecipeWaiter {
*/
opAdd(e) {
log.debug(`'${e.target.getAttribute("data-name")}' added to recipe`);
this.manager.ops.updateListItemsClasses("#rec-list", "selected");
this.triggerArgEvents(e.target);
window.dispatchEvent(this.manager.statechange);
}