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"],
|
||||
"Read",
|
||||
ev(Ev::Click, move |e| {
|
||||
info!("click happens");
|
||||
e.stop_propagation();
|
||||
e.prevent_default();
|
||||
Msg::SetUnread(format!("thread:{tid}"), false)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user