Clean up leftover log.
This commit is contained in:
parent
3c5dfb0633
commit
31ed4db153
1 changed files with 0 additions and 1 deletions
|
@ -762,7 +762,6 @@ fn _delete_selection(doc: &mut Document, view_id: ViewId) {
|
|||
use std::cmp::{max, min};
|
||||
let max_to = max(0, doc.text().len_chars() - 1);
|
||||
let to = min(max_to, range.to() + 1);
|
||||
log::info!("{} {} {}", max_to, to, doc.text().len_chars());
|
||||
(range.from(), to, None)
|
||||
});
|
||||
doc.apply(&transaction, view_id);
|
||||
|
|
Loading…
Reference in a new issue