mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-26 09:43:19 -05:00
remove console.log + refactor categories
This commit is contained in:
@@ -61,7 +61,6 @@ export default {
|
||||
this.searchResults = results;
|
||||
},
|
||||
emitSelect(name, slug) {
|
||||
console.log(name, slug);
|
||||
this.$emit("select", name, slug);
|
||||
this.dialog = false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user