From 0572cad965179e30e4125702ff84b504346ee27a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 14 Sep 2011 13:52:37 +0200 Subject: [PATCH] Remove a few log stms --- src/session.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/session.c b/src/session.c index fc021a8..9875515 100644 --- a/src/session.c +++ b/src/session.c @@ -198,8 +198,6 @@ void add_facet(struct session *s, const char *type, const char *value, int count for (i = 0; i < service->num_metadata; i++) if (!strcmp((service->metadata + i)->name, type)) icu_chain_id = (service->metadata + i)->facetrule; - yaz_log(YLOG_LOG, "icu_chain id=%s", icu_chain_id ? icu_chain_id : "null"); - if (!icu_chain_id) icu_chain_id = "facet"; prt = pp2_charset_token_create(service->charsets, icu_chain_id); @@ -231,8 +229,6 @@ void add_facet(struct session *s, const char *type, const char *value, int count } pp2_charset_token_destroy(prt); - yaz_log(YLOG_LOG, "facet norm=%s", wrbuf_cstr(facet_wrbuf)); - yaz_log(YLOG_LOG, "facet display=%s", wrbuf_cstr(display_wrbuf)); if (wrbuf_len(facet_wrbuf)) { int i; -- 1.7.10.4