Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Jun 25, 2024
1 parent fb012b7 commit 1c749a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default class Fuse {
constructor(docs, options = {}, index) {
this.options = { ...Config, ...options }

console.log(this.options);
if (
this.options.useExtendedSearch &&
!process.env.EXTENDED_SEARCH_ENABLED
Expand Down

0 comments on commit 1c749a3

Please sign in to comment.