@@ -237,7 +237,6 @@ module.exports = {
return res.redirect("/dashboard");
})
.catch((err)=>{
- console.log(err);
return res.json("ERROR: A whoopsie has been made");
});
}
@@ -19,9 +19,6 @@ class SubIngredient{
getDisplayQuantity(){
- console.log(this._ingredient);
- console.log(this._parent);
- console.log(this._parent.unit);
return `${parseFloat(this.quantity.toFixed(2))} ${this.unit} / ${this._parent.unit}`;
@@ -110,7 +110,6 @@ let newRecipe = {
controller.createBanner("SOMETHING WENT WRONG. PLEASE REFRESH THE PAGE", "error");
.finally(()=>{