web: remove info statement
This commit is contained in:
parent
4957b485a0
commit
c8e0f68278
@ -141,7 +141,6 @@ fn view_search_results(
|
|||||||
C!["mark-read-button", "button", "is-dark", "is-small"],
|
C!["mark-read-button", "button", "is-dark", "is-small"],
|
||||||
"Read",
|
"Read",
|
||||||
ev(Ev::Click, move |e| {
|
ev(Ev::Click, move |e| {
|
||||||
info!("click happens");
|
|
||||||
e.stop_propagation();
|
e.stop_propagation();
|
||||||
e.prevent_default();
|
e.prevent_default();
|
||||||
Msg::SetUnread(format!("thread:{tid}"), false)
|
Msg::SetUnread(format!("thread:{tid}"), false)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user