From: Adam Dickmeiss Date: Thu, 17 Jun 2010 08:28:27 +0000 (+0200) Subject: Remove YLOG_LOG msg X-Git-Tag: v4.0.10~7 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=bb6807db66cc4aa2a9ceb1a5ae7eb79f53716614 Remove YLOG_LOG msg --- diff --git a/src/zoom-c.c b/src/zoom-c.c index 3eebf17..a2a0235 100644 --- a/src/zoom-c.c +++ b/src/zoom-c.c @@ -2148,7 +2148,6 @@ static const char *get_record_format(WRBUF wrbuf, int *len, #if YAZ_HAVE_XML2 if (*format == '1' && len) { - yaz_log(YLOG_LOG, "format=1"); /* try to XML format res */ xmlDocPtr doc; xmlKeepBlanksDefault(0); /* get get xmlDocFormatMemory to work! */