Remove printf
authorDennis Schafroth <dennis@indexdata.com>
Fri, 23 Aug 2013 11:34:16 +0000 (13:34 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Fri, 23 Aug 2013 11:34:16 +0000 (13:34 +0200)
test/test_rpn2solr.c

index aeba5e5..a094225 100644 (file)
@@ -35,7 +35,6 @@ static int compare(solr_transform_t ct, const char *pqf, const char *solr)
         }
         else if (r == 0)
         {
         }
         else if (r == 0)
         {
-            printf("'%s' -> '%s'\n", pqf, wrbuf_cstr(w));
             yaz_log(YLOG_LOG, "%s -> %s", pqf, wrbuf_cstr(w));
             if (solr && !strcmp(wrbuf_cstr(w), solr))
             {
             yaz_log(YLOG_LOG, "%s -> %s", pqf, wrbuf_cstr(w));
             if (solr && !strcmp(wrbuf_cstr(w), solr))
             {