From bb6807db66cc4aa2a9ceb1a5ae7eb79f53716614 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 17 Jun 2010 10:28:27 +0200 Subject: [PATCH] Remove YLOG_LOG msg --- src/zoom-c.c | 1 - 1 file changed, 1 deletion(-) 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! */ -- 1.7.10.4