mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
whoops, rogue print statement
This commit is contained in:
parent
0a953a03b4
commit
d1a5b0d362
1 changed files with 0 additions and 2 deletions
|
@ -351,8 +351,6 @@ static int fuzzy_token_match ( char **tokens, const char *input, __attribute__(
|
|||
|
||||
// this could perhaps be a bit more efficient by iterating over all the tokens at once.
|
||||
|
||||
fprintf(stderr, "fz match %s %d\n", input, not_ascii);
|
||||
|
||||
if ( tokens ) {
|
||||
char *compk = not_ascii ? token_collate_key ( input, case_sensitive ) : (char *) input;
|
||||
for ( int j = 0; match && tokens[j]; j++ ) {
|
||||
|
|
Loading…
Reference in a new issue