From a3b3b8fc3baa797d7052466bd8d6b4414617e46d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 20 Mar 2007 22:07:21 +0000 Subject: [PATCH] Remove debug msg --- index/extract.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index/extract.c b/index/extract.c index 830edfb..b4f7ee7 100644 --- a/index/extract.c +++ b/index/extract.c @@ -1,4 +1,4 @@ -/* $Id: extract.c,v 1.253 2007-03-14 14:16:14 adam Exp $ +/* $Id: extract.c,v 1.254 2007-03-20 22:07:21 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -608,8 +608,6 @@ ZEBRA_RES zebra_extract_record_stream(ZebraHandle zh, r = (*recType->extract)(recTypeClientData, &extractCtrl); - yaz_log(YLOG_LOG, "Old action=%d new action=%d", action, - extractCtrl.action); if (action == action_update) { action = extractCtrl.action; -- 1.7.10.4