Skip to content

Commit 5fd5df3

Browse files
committed
Remove unnecessary info log
1 parent 4eea558 commit 5fd5df3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tab.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ impl Tab {
404404
);
405405
}
406406
fn extract_linkhandler(draw_ctx: &DrawCtx, x: f64, y: f64) -> Result<String> {
407-
info!("Extracting linkhandler from clicked text");
408407
let text_view = &draw_ctx.text_view;
409408
let (x, y) =
410409
text_view.window_to_buffer_coords(gtk::TextWindowType::Widget, x as i32, y as i32);

0 commit comments

Comments
 (0)