From: Sebastian Hammer Date: Mon, 8 Jan 2007 19:41:56 +0000 (+0000) Subject: Removed diagnostic output X-Git-Tag: before.append.child~12 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=5feca6b29788149a93b90c8c97394cb42e97a1e8;p=pazpar2-moved-to-github.git Removed diagnostic output --- 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++) {