summaryrefslogtreecommitdiffstats
path: root/src/display
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-05-04 19:50:53 +0200
committerCanop <cano.petrole@gmail.com>2021-05-04 19:50:53 +0200
commitd97b05a9536b08cd48dec4d3e244e14d4ed080ef (patch)
tree941b7f42b80421c06d4c2122916cb384ae25c760 /src/display
parent57277840522e463546476c0bda34314b9e9b2c21 (diff)
first implementation of a "tokens" pattern
Diffstat (limited to 'src/display')
-rw-r--r--src/display/displayable_tree.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/display/displayable_tree.rs b/src/display/displayable_tree.rs
index 0af677c..5834adc 100644
--- a/src/display/displayable_tree.rs
+++ b/src/display/displayable_tree.rs
@@ -291,10 +291,6 @@ impl<'a, 's, 't> DisplayableTree<'a, 's, 't> {
&line.name
};
let name_match = self.tree.options.pattern.pattern.search_string(label);
- if selected {
- debug!("label: {:?}", label);
- debug!("name_match: {:#?}", &name_match);
- }
let matched_string = MatchedString::new(
name_match,
label,