From: Adam Dickmeiss Date: Fri, 28 Dec 2012 14:29:28 +0000 (+0100) Subject: Remove log msg X-Git-Tag: v1.6.24~5 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;ds=sidebyside;h=ec99fbbff55468137dd755ad3245eb5e62bcc885;p=pazpar2-moved-to-github.git Remove log msg --- diff --git a/src/reclists.c b/src/reclists.c index 366ccae..2594430 100644 --- a/src/reclists.c +++ b/src/reclists.c @@ -227,10 +227,6 @@ void reclist_limit(struct reclist *l, struct session *se) pp = &p->sorted_next; num++; } - else - { - yaz_log(YLOG_LOG, "session_check_cluster returned false"); - } } } *pp = 0;