From fc2ea703578e62e5ceac26a204402284465bc8cc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 12 Jul 2013 10:54:11 +0200 Subject: [PATCH 1/1] Remove yaz_log request --- src/xml_include.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xml_include.c b/src/xml_include.c index 61a63f9..0bd732d 100644 --- a/src/xml_include.c +++ b/src/xml_include.c @@ -101,8 +101,6 @@ static int config_include_src(yaz_xml_include_t config, xmlNode **np, yaz_glob_res_t glob_res; glob_ret = yaz_file_glob2(wrbuf_cstr(w), &glob_res, config->glob_flags); - yaz_log(YLOG_LOG, "yaz_file_glob returned w=%s %d", wrbuf_cstr(w), - glob_ret); if (glob_ret == 0) { size_t i; -- 1.7.10.4