fzf matching remove debug

This commit is contained in:
Dave Davenport 2017-01-11 09:43:24 +01:00
parent 19b023b221
commit d8ca3e01de
1 changed files with 0 additions and 3 deletions

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;