From: Adam Dickmeiss Date: Tue, 20 Mar 2007 22:07:21 +0000 (+0000) Subject: Remove debug msg X-Git-Tag: ZEBRA.2.0.14~29 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=a3b3b8fc3baa797d7052466bd8d6b4414617e46d Remove debug msg --- 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;