From: Adam Dickmeiss Date: Tue, 22 Jul 2008 13:11:54 +0000 (+0200) Subject: Removed a few log messages. X-Git-Tag: v1.1.0~137 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=5f19f6040444f8d30764538e03eb92c9dd6a536c;p=pazpar2-moved-to-github.git Removed a few log messages. --- diff --git a/src/client.c b/src/client.c index 98a2916..4a35b29 100644 --- a/src/client.c +++ b/src/client.c @@ -311,7 +311,6 @@ static int nativesyntax_to_type(struct session_database *sdb, char *type) } else return -1; - yaz_log(YLOG_LOG, "Returned type %s", type); return 0; } return -1; @@ -378,8 +377,6 @@ void client_record_response(struct client *cl) ZOOM_record rec = 0; const char *msg, *addinfo; - yaz_log(YLOG_LOG, "show_raw=%p show_raw->active=%d", - cl->show_raw, cl->show_raw ? cl->show_raw->active : 0); if (cl->show_raw && cl->show_raw->active) { if ((rec = ZOOM_resultset_record(resultset,