mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
remove console.log
This commit is contained in:
parent
3d73bced20
commit
951b349490
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ export default {
|
||||||
},
|
},
|
||||||
async openDialog() {
|
async openDialog() {
|
||||||
this.$refs.deleteDialog.open();
|
this.$refs.deleteDialog.open();
|
||||||
console.log(this.isTags);
|
|
||||||
if (this.isTags) {
|
if (this.isTags) {
|
||||||
this.deleteList = await api.tags.getEmpty();
|
this.deleteList = await api.tags.getEmpty();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue