From 0348ff0e69495870d980f29198072070e06f9c4e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Nov 2003 23:06:59 +0000 Subject: [PATCH] Remove data1_pr_tree calls --- data1/d1_marc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data1/d1_marc.c b/data1/d1_marc.c index a1fc8d1..ef3d301 100644 --- a/data1/d1_marc.c +++ b/data1/d1_marc.c @@ -1,4 +1,4 @@ -/* $Id: d1_marc.c,v 1.4 2003-11-13 23:57:41 adam Exp $ +/* $Id: d1_marc.c,v 1.5 2003-11-28 23:06:59 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps @@ -231,10 +231,10 @@ static int nodetomarc(data1_handle dh, char *op; data1_node *field, *subf; - data1_pr_tree (dh, n, stdout); - - yaz_log (LOG_DEBUG, "nodetomarc"); +#if 0 data1_pr_tree(dh, n, stdout); +#endif + yaz_log (LOG_DEBUG, "nodetomarc"); memcpy (leader+5, p->record_status, 1); memcpy (leader+6, p->implementation_codes, 4); -- 1.7.10.4