From 085fe2adc5884003ad5d5ecde29763838e287a96 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sun, 23 Nov 2025 03:02:39 +1300 Subject: [PATCH] clean up log --- static/search-suggestions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/search-suggestions.js b/static/search-suggestions.js index 0590205..cdcee94 100644 --- a/static/search-suggestions.js +++ b/static/search-suggestions.js @@ -60,7 +60,6 @@ function Suggestion(hit) { } function DefaultSearch({q}) { - console.log(q) if (!q) return "" return html`
  • ` }