From 030a9158c5c4991dba7b50de6b2f13f64177f99b Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 23 Aug 2013 13:34:16 +0200 Subject: [PATCH] Remove printf --- test/test_rpn2solr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_rpn2solr.c b/test/test_rpn2solr.c index aeba5e5..a094225 100644 --- a/test/test_rpn2solr.c +++ b/test/test_rpn2solr.c @@ -35,7 +35,6 @@ static int compare(solr_transform_t ct, const char *pqf, const char *solr) } 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)) { -- 1.7.10.4