+ remove debug outputs

This commit is contained in:
kelson42 2010-03-25 08:49:20 +00:00
parent 05e491012d
commit beb2f242d9

View File

@ -162,7 +162,7 @@ static int accessHandlerCallback(void *cls,
/* Mutex lock */
pthread_mutex_lock(&searcherLock);
searcher->search(pattern, 30);
searcher->search(pattern, 30, verboseFlag);
content = "<html><head><title>Kiwix search results</title></head><body><h1>Results</h1><hr/><ol>\n";
while (searcher->getNextResult(urlStr, titleStr, scoreInt)) {
sprintf(scoreStr, "%d", scoreInt);