X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fxml_include.c;h=0bd732d0ed10f73c0615547b9d463739fa02f270;hp=61a63f9b9339849c934f32c672e6affe5f1635de;hb=fc2ea703578e62e5ceac26a204402284465bc8cc;hpb=5ef30a0bda9a010b88266f90a253a2c46e6d47db 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;