From 6ff4dbbbe3f56b7d41be5e9f35aba883e3632d8e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 Jun 2005 20:27:33 +0000 Subject: [PATCH] Remove YLOG_LOG msg. --- recctrl/rectext.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recctrl/rectext.c b/recctrl/rectext.c index 7791314..352b95e 100644 --- a/recctrl/rectext.c +++ b/recctrl/rectext.c @@ -1,4 +1,4 @@ -/* $Id: rectext.c,v 1.27 2005-06-14 18:28:21 adam Exp $ +/* $Id: rectext.c,v 1.28 2005-06-14 20:27:33 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -42,7 +42,6 @@ static void *filter_init (Res res, RecType recType) static void filter_config(void *clientData, Res res, const char *args) { struct filter_info *tinfo = (struct marc_info*) clientData; - yaz_log(YLOG_LOG, "args:%s: len=%d", args, strlen(args)); xfree(tinfo->sep); tinfo->sep = 0; if (args && *args) -- 1.7.10.4