removed logs

This commit is contained in:
Timon Ringwald 2022-09-09 17:22:52 +02:00
parent ec8c086c14
commit 1d0ad7f222
2 changed files with 3 additions and 8 deletions

View File

@ -169,7 +169,6 @@ function updateFoodAmount(food, amount, kcalAmount, fatAmount, carbsAmount, suga
sugarAmount.textContent = `${parseInt(sugar)}g`;
proteinsAmount.textContent = `${parseInt(proteins)}g`;
alcAmount.textContent = `${parseInt(alc)}g`;
console.log(`${food.name} has ${food.kcal}kcal/100${food.unit}`)
updateSummary();
}

View File

@ -136,10 +136,6 @@ tfoot tr td {
margin: 0 auto;
}
/* .menu-item:not(:last-child) {
border-bottom: 1px solid lightgray;
} */
.delete-menu-item,
.summary-delete-icon {
color: #cc3d3d;