From 9f53cb738f15b0aa9afbedc90e3283007251b067 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 Aug 2004 09:05:17 +0000 Subject: [PATCH] Remove log message --- index/zebraapi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index/zebraapi.c b/index/zebraapi.c index b99874f..3e98491 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,4 +1,4 @@ -/* $Id: zebraapi.c,v 1.121 2004-08-04 08:35:23 adam Exp $ +/* $Id: zebraapi.c,v 1.122 2004-08-04 09:05:17 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -1992,7 +1992,6 @@ int zebra_update_record (ZebraHandle zh, match, fname, force_update, 1); /* allow_update */ - yaz_log(LOG_LOG, "zebra_update_record returned res=%d", res); zebra_end_trans(zh); return res; } -- 1.7.10.4