summaryrefslogtreecommitdiffstats
path: root/source/helper.c
diff options
context:
space:
mode:
authorTom Hinton <tom.hinton@cse.org.uk>2015-10-01 13:46:50 +0100
committerTom Hinton <tom.hinton@cse.org.uk>2015-10-01 13:46:50 +0100
commitd1a5b0d36258b3659b9b4ba8d0ef6b784e2a2af7 (patch)
tree520f6b216384089f81f6eb84a5fc36d1777011c1 /source/helper.c
parent0a953a03b407dddcb6d73dc978ddb6e81a741981 (diff)
whoops, rogue print statement
Diffstat (limited to 'source/helper.c')
-rw-r--r--source/helper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/helper.c b/source/helper.c
index 40b0a09f..4db21ab4 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -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++ ) {