mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-27 14:40:43 +00:00
Remove a debug line.
This commit is contained in:
parent
05d4982a1a
commit
6d0136fa26
1 changed files with 0 additions and 4 deletions
|
@ -1174,10 +1174,6 @@ impl Painter {
|
|||
);
|
||||
|
||||
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 mut current_grapheme_posn = 0;
|
||||
let query_with_cursor: Vec<Text<'_>> =
|
||||
|
|
Loading…
Reference in a new issue