X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_seq.c;h=9230ed58c2cfab962d6ddcfe47a88daddc1d5685;hp=3e2a03b54de3611964d00b75f38cf08ddbcc2fe4;hb=3f282496986cbae7fd4bd7f95d44bf47a2cc6874;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505 diff --git a/src/odr_seq.c b/src/odr_seq.c index 3e2a03b..9230ed5 100644 --- a/src/odr_seq.c +++ b/src/odr_seq.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: odr_seq.c,v 1.4 2005-06-25 15:46:04 adam Exp $ + * $Id: odr_seq.c,v 1.5 2005-08-11 14:21:55 adam Exp $ */ /** * \file odr_seq.c @@ -110,14 +110,8 @@ static int odr_sequence_x (ODR o, Odr_fun type, void *p, int *num) } break; case ODR_ENCODE: case ODR_PRINT: -#ifdef ODR_DEBUG - fprintf(stderr, "[seqof: num=%d]", *num); -#endif for (i = 0; i < *num; i++) { -#ifdef ODR_DEBUG - fprintf(stderr, "[seqof: elem #%d]", i); -#endif if (!(*type)(o, *pp + i, 0, 0)) return 0; }