From e5e87e3b665f390409902a8efd716cdec1b6a2a6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 3 Jun 2004 11:45:28 +0000 Subject: [PATCH] Remove two yaz_log that was added in previous commit --- index/extract.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/index/extract.c b/index/extract.c index 9dd5f76..c2a664b 100644 --- a/index/extract.c +++ b/index/extract.c @@ -1,4 +1,4 @@ -/* $Id: extract.c,v 1.154 2004-06-03 11:38:34 adam Exp $ +/* $Id: extract.c,v 1.155 2004-06-03 11:45:28 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -776,16 +776,12 @@ int fileExtract (ZebraHandle zh, SYSNO *sysno, const char *fname, break; } /* determine file type - depending on extension */ - yaz_log(LOG_LOG, "recordType 1=%s", zh->m_record_type ? - zh->m_record_type : ""); original_record_type = zh->m_record_type; if (!zh->m_record_type) { sprintf (ext_res, "%srecordType.%s", gprefix, ext); zh->m_record_type = res_get (zh->res, ext_res); } - yaz_log(LOG_LOG, "recordType 2=%s", zh->m_record_type ? - zh->m_record_type : ""); if (!zh->m_record_type) { if (zh->records_processed < zh->m_file_verbose_limit) -- 1.7.10.4