web: remove debug statement
This commit is contained in:
parent
77943b3570
commit
b1f9867c06
@ -317,7 +317,6 @@ pub fn update(msg: Msg, model: &mut Model, orders: &mut impl Orders<Msg>) {
|
|||||||
})
|
})
|
||||||
.collect(),
|
.collect(),
|
||||||
);
|
);
|
||||||
info!("pager {:#?}", data.search.page_info);
|
|
||||||
let selected_threads = 'context: {
|
let selected_threads = 'context: {
|
||||||
if let Context::SearchResult {
|
if let Context::SearchResult {
|
||||||
results,
|
results,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user