diff --git a/src/web/App.mjs b/src/web/App.mjs index a19ff680..ec1b5bba 100644 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -71,7 +71,7 @@ class App { this.buildCategoryList(); this.setCompileMessage(); this.buildUI(); - + this.manager.setup(); this.manager.output.saveBombe(); this.uriParams = this.getURIParams(); diff --git a/src/web/waiters/RecipeWaiter.mjs b/src/web/waiters/RecipeWaiter.mjs index c9c8d9ef..9f338918 100755 --- a/src/web/waiters/RecipeWaiter.mjs +++ b/src/web/waiters/RecipeWaiter.mjs @@ -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);