whoops, rogue print statement

This commit is contained in:
Tom Hinton 2015-10-01 13:46:50 +01:00
parent 0a953a03b4
commit d1a5b0d362

View file

@ -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++ ) {