web: remove debug statement

This commit is contained in:
Bill Thiede 2025-02-24 18:41:00 -08:00
parent 77943b3570
commit b1f9867c06

View File

@ -317,7 +317,6 @@ pub fn update(msg: Msg, model: &mut Model, orders: &mut impl Orders<Msg>) {
})
.collect(),
);
info!("pager {:#?}", data.search.page_info);
let selected_threads = 'context: {
if let Context::SearchResult {
results,