Skip to content

Commit

Permalink
removes log
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Jan 10, 2025
1 parent 69bd07c commit 927278e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/search/SearchBox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
run(() => {
if (ready) {
console.log('recents', $search_recent);
worker.postMessage({ type: 'recents', payload: $state.snapshot($search_recent) });
}
});
Expand Down

0 comments on commit 927278e

Please sign in to comment.