X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsoap.c;h=94b6726d8e31ca519c2dddccf3fe425233a35fb8;hp=8de0ca75475e9aeca673872851a0eb2ccd6068af;hb=ffb913afb48e3a0cb3539827daafed79562ab0b7;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292 diff --git a/src/soap.c b/src/soap.c index 8de0ca7..94b6726 100644 --- a/src/soap.c +++ b/src/soap.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ /** @@ -186,8 +186,6 @@ int z_soap_codec_enc_xsl(ODR o, Z_SOAP **pp, const char *ns = (const char *) ptr->ns->href; for (i = 0; handlers[i].ns; i++) { - fprintf(stderr, "checking globns=%s ns=%s\n", - handlers[i].ns, ns); if (yaz_match_glob(handlers[i].ns, ns)) break; }