From: Adam Dickmeiss Date: Tue, 4 Dec 2007 11:13:17 +0000 (+0000) Subject: Remove log message from zebra_recid_to_sysno X-Git-Tag: ZEBRA.2.0.20~35 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=b2084f54a96f78eede08dda6f98d5ee1f502e91b Remove log message from zebra_recid_to_sysno --- diff --git a/index/zsets.c b/index/zsets.c index 8810246..5944d76 100644 --- a/index/zsets.c +++ b/index/zsets.c @@ -1,4 +1,4 @@ -/* $Id: zsets.c,v 1.128 2007-12-03 11:49:11 adam Exp $ +/* $Id: zsets.c,v 1.129 2007-12-04 11:13:17 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -1370,8 +1370,6 @@ static ZEBRA_RES zebra_recid_to_sysno(ZebraHandle zh, sysnos[sysnos_offset] = key_found.mem[key_found.len-1]; - yaz_log(YLOG_LOG, "Found " ZINT_FORMAT, - key_found.mem[key_found.len-1]); r = isamb_pp_read(pt, &key_found); sysnos_offset++; }