+ remove debug outputs

pull/9/head
kelson42 16 years ago
parent 05e491012d
commit beb2f242d9

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

Loading…
Cancel
Save