Remove YLOG_LOG msg
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Jun 2010 08:28:27 +0000 (10:28 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Jun 2010 08:28:27 +0000 (10:28 +0200)
src/zoom-c.c

index 3eebf17..a2a0235 100644 (file)
@@ -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! */