mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-28 16:14:16 +02:00
Remove a debug line.
This commit is contained in:
parent
05d4982a1a
commit
6d0136fa26
@ -1174,10 +1174,6 @@ impl Painter {
|
|||||||
);
|
);
|
||||||
|
|
||||||
let query = app_state.get_current_search_query().as_str();
|
let query = app_state.get_current_search_query().as_str();
|
||||||
debug!(
|
|
||||||
"query: {}, width: {}, cursor: {}, start position: {}",
|
|
||||||
query, width, char_cursor_position, start_position
|
|
||||||
);
|
|
||||||
let grapheme_indices = UnicodeSegmentation::grapheme_indices(query, true);
|
let grapheme_indices = UnicodeSegmentation::grapheme_indices(query, true);
|
||||||
let mut current_grapheme_posn = 0;
|
let mut current_grapheme_posn = 0;
|
||||||
let query_with_cursor: Vec<Text<'_>> =
|
let query_with_cursor: Vec<Text<'_>> =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user