remove console.log + refactor categories

This commit is contained in:
hayden
2021-01-31 19:10:09 -09:00
parent 732a2cbc51
commit 88baa46a33
11 changed files with 52 additions and 32 deletions

View File

@@ -82,7 +82,6 @@ export default {
search() {
if (this.search.trim() === "") this.result = this.list;
else this.result = this.fuse.search(this.search.trim());
console.log("test");
this.$emit("results", this.result);
if (this.showResults === true) {