1
0
Fork 0
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:
Dave Davenport 2017-01-11 09:43:24 +01:00
parent 19b023b221
commit d8ca3e01de

View file

@ -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;