diff options
-rw-r--r-- | inc/indexer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/indexer.php b/inc/indexer.php index bc92a9a83..54d57611a 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -425,7 +425,6 @@ function idx_getIndexWordsSorted($words,&$result){ if(!empty($tokenwild)) sort($indexes_known); // get word IDs $wids = array(); - echo "\n"; foreach($indexes_known as $ixlen){ $word_idx = idx_getIndex('w',$ixlen); // handle exact search |