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