From: Adam Dickmeiss Date: Mon, 9 Sep 2013 18:54:24 +0000 (+0200) Subject: Remove log msg X-Git-Tag: v5.0.0~58 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2205f6913f10af883c4756bd9979c62782bdc576;hp=d2ed898832ae354c17254ff52c70c92278518efe Remove log msg --- diff --git a/src/seshigh.c b/src/seshigh.c index 77539a7..b36bd1f 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -1051,9 +1051,8 @@ static void srw_bend_search(association *assoc, srw_res->resultSetIdleTime = odr_intdup(assoc->encode, *rr.srw_setnameIdleTime ); } - + srw_res->facetList = yaz_oi_get_facetlist(&rr.search_info); - yaz_log(YLOG_LOG, "facetList res = %p",srw_res->facetList); if (start > rr.hits || start < 1) { /* if hits<=0 and start=1 we don't return a diagnostic */