From: Dennis Schafroth Date: Thu, 3 Nov 2011 14:45:12 +0000 (+0100) Subject: Comment out No suggestions found X-Git-Tag: mobile-beta-1~18^2~6 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=d613755e1b6efdaea4ad29879894a30ba764735f;p=pazpar2-moved-to-github.git Comment out No suggestions found --- diff --git a/src/client.c b/src/client.c index ac5bda6..b5ef75d 100644 --- a/src/client.c +++ b/src/client.c @@ -1189,7 +1189,7 @@ const char * client_get_suggestions_xml(struct client *cl, WRBUF wrbuf) struct suggestions *suggestions = cl->suggestions; if (!suggestions) { - yaz_log(YLOG_DEBUG, "No suggestions found"); + //yaz_log(YLOG_DEBUG, "No suggestions found"); return ""; } if (suggestions->passthrough) {