web: remove info statement

This commit is contained in:
Bill Thiede 2024-02-16 19:24:16 -08:00
parent 4957b485a0
commit c8e0f68278

View File

@ -141,7 +141,6 @@ fn view_search_results(
C!["mark-read-button", "button", "is-dark", "is-small"],
"Read",
ev(Ev::Click, move |e| {
info!("click happens");
e.stop_propagation();
e.prevent_default();
Msg::SetUnread(format!("thread:{tid}"), false)