mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
fzf matching remove debug
This commit is contained in:
parent
19b023b221
commit
d8ca3e01de
1 changed files with 0 additions and 3 deletions
|
@ -834,9 +834,6 @@ int rofi_scorer_fuzzy_evaluate ( const char *pattern, glong plen, const char *st
|
|||
if ( slen > FUZZY_SCORER_MAX_LENGTH ) {
|
||||
return -MIN_SCORE;
|
||||
}
|
||||
if ( plen == 5 ) {
|
||||
plen = plen;
|
||||
}
|
||||
glong pi, si;
|
||||
// whether we are aligning the first character of pattern
|
||||
gboolean pfirst = TRUE;
|
||||
|
|
Loading…
Add table
Reference in a new issue