Comment out No suggestions found
authorDennis Schafroth <dennis@indexdata.com>
Thu, 3 Nov 2011 14:45:12 +0000 (15:45 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 3 Nov 2011 14:45:12 +0000 (15:45 +0100)
src/client.c

index ac5bda6..b5ef75d 100644 (file)
@@ -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) {