Removed diagnostic output
authorSebastian Hammer <quinn@indexdata.com>
Mon, 8 Jan 2007 19:41:56 +0000 (19:41 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Mon, 8 Jan 2007 19:41:56 +0000 (19:41 +0000)
src/http_command.c

index 32a1329..bc1bee5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: http_command.c,v 1.11 2007-01-08 19:39:12 quinn Exp $
+ * $Id: http_command.c,v 1.12 2007-01-08 19:41:56 quinn Exp $
  */
 
 #include <stdio.h>
@@ -316,7 +316,6 @@ static void show_records(struct http_channel *c, int active)
         struct conf_service *service = global_parameters.server->service;
         int imeta;
 
-        yaz_log(YLOG_LOG, "Record, rank=%d", rec->relevance);
         wrbuf_puts(c->wrbuf, "<hit>\n");
         for (imeta = 0; imeta < service->num_metadata; imeta++)
         {