mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-04 13:30:04 -05:00
clean up log
This commit is contained in:
@@ -60,7 +60,6 @@ function Suggestion(hit) {
|
||||
}
|
||||
|
||||
function DefaultSearch({q}) {
|
||||
console.log(q)
|
||||
if (!q) return ""
|
||||
return html`<li class="bw-ss__item"><button type="submit" class="bw-ss__button">Results for "${q}"</button></li>`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user