From 5feca6b29788149a93b90c8c97394cb42e97a1e8 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Mon, 8 Jan 2007 19:41:56 +0000 Subject: [PATCH] Removed diagnostic output --- src/http_command.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/http_command.c b/src/http_command.c index 32a1329..bc1bee5 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -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 @@ -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, "\n"); for (imeta = 0; imeta < service->num_metadata; imeta++) { -- 1.7.10.4