soap: remove fprintf debug stmt
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Oct 2012 11:24:17 +0000 (13:24 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Oct 2012 11:24:17 +0000 (13:24 +0200)
src/soap.c

index 8de0ca7..e5de3a4 100644 (file)
@@ -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;
             }