Remove a debug line.

This commit is contained in:
ClementTsang 2020-02-28 21:15:08 -05:00
parent 05d4982a1a
commit 6d0136fa26

View File

@ -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<'_>> =