remove console.log

This commit is contained in:
hay-kot 2021-04-28 18:01:49 -08:00
commit 951b349490

View file

@ -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 {