removed user servings feature

This commit is contained in:
vabene1111
2022-07-12 19:43:11 +02:00
parent 5de7fa9d48
commit 8bb7ce2062
3 changed files with 1 additions and 19 deletions

View File

@ -269,10 +269,6 @@ export default {
},
loadRecipe: function (recipe_id) {
apiLoadRecipe(recipe_id).then((recipe) => {
if (window.USER_SERVINGS !== 0) {
recipe.servings = window.USER_SERVINGS
}
let total_time = 0
for (let step of recipe.steps) {
for (let ingredient of step.ingredients) {