Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 23, 2022
1 parent cdfed99 commit 9005de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/search/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class Engine {
}

search(data: FormData) {
console.log(data.get('sort'))
switch(data.get('sort')) {
case 'date asc':
this.fuse.options.sortFn = (a, b) => this.sortByDate(a, b)
Expand Down

0 comments on commit 9005de7

Please sign in to comment.