mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 06:42:12 +03:00
remove another debug line
This commit is contained in:
parent
4a5a39dde0
commit
4b92a03c15
@ -183,8 +183,6 @@ impl Line {
|
||||
let line = self.as_str();
|
||||
|
||||
for m in Rule::match_hyperlinks(&line, &rules) {
|
||||
println!("expanded url to {:?}", m.link);
|
||||
|
||||
// The capture range is measured in bytes but we need to translate
|
||||
// that to the char index of the column.
|
||||
for (cell_idx, (byte_idx, _char)) in line.char_indices().enumerate() {
|
||||
|
Loading…
Reference in New Issue
Block a user