Skip to content

Commit

Permalink
fix: use debug instead of console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 27, 2021
1 parent ddf608a commit b2478b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/modes/treemode/TreeMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
let searchResult
async function handleSearchText(text) {
console.log('search text updated', text)
debug('search text updated', text)
searchText = text
await tick() // await for the search results to be updated
await focusActiveSearchResult(searchResult && searchResult.activeItem)
Expand Down

0 comments on commit b2478b8

Please sign in to comment.