mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04:00
Remove unused code
This commit is contained in:
@@ -178,7 +178,6 @@ export default defineComponent({
|
|||||||
close() {
|
close() {
|
||||||
this.dialog = false;
|
this.dialog = false;
|
||||||
this.logDeprecatedProp("close");
|
this.logDeprecatedProp("close");
|
||||||
this.$emit("closed");
|
|
||||||
},
|
},
|
||||||
logDeprecatedProp(val: string) {
|
logDeprecatedProp(val: string) {
|
||||||
console.warn(
|
console.warn(
|
||||||
|
|||||||
@@ -345,8 +345,6 @@ export default defineComponent({
|
|||||||
newMeal.entryType = "dinner";
|
newMeal.entryType = "dinner";
|
||||||
newMeal.recipeId = undefined;
|
newMeal.recipeId = undefined;
|
||||||
newMeal.existing = false;
|
newMeal.existing = false;
|
||||||
newMeal.id = 0;
|
|
||||||
newMeal.groupId = "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async function randomMeal(date: Date, type: PlanEntryType) {
|
async function randomMeal(date: Date, type: PlanEntryType) {
|
||||||
|
|||||||
Reference in New Issue
Block a user