Skip to content

Commit

Permalink
task: remove console.log line
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Jun 15, 2024
1 parent 6150559 commit 6cc4053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/assets/doco.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ let doco = {
}

doco.search.tm = setTimeout(() => {
console.log(doco.search.index)
var result = doco.search.index.search(searchQuery);

// hide the quick actions
Expand Down

0 comments on commit 6cc4053

Please sign in to comment.