Skip to content

Commit 0ea56ae

Browse files
committed
plugins/applications: Removed debug print
1 parent c6db282 commit 0ea56ae

File tree

1 file changed

+0
-4
lines changed
  • plugins/applications/src

1 file changed

+0
-4
lines changed

plugins/applications/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@ pub fn get_matches(input: RString, state: &State) -> RVec<Match> {
207207

208208
// Score cutoff
209209
if score > 0 {
210-
println!(
211-
"{} {name_score} {desc_score} {keyword_score} = {score}",
212-
entry.name
213-
);
214210
Some((entry, *id, score))
215211
} else {
216212
None

0 commit comments

Comments
 (0)