web: remove accidentally committed line

This commit is contained in:
Bill Thiede 2025-01-30 20:18:36 -08:00
parent a46390d110
commit 60a3b1ef88

View File

@ -1195,7 +1195,6 @@ fn render_news_post_header(post: &ShowThreadQueryThreadOnNewsPost) -> Node<Msg>
]
}
fn reading_progress(ratio: f64) -> Node<Msg> {
return vid
let percent = ratio * 100.;
info!("percent {percent}");
div![