projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ab7468
)
soap: remove fprintf debug stmt
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 18 Oct 2012 11:24:17 +0000
(13:24 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 18 Oct 2012 11:24:17 +0000
(13:24 +0200)
src/soap.c
patch
|
blob
|
history
diff --git
a/src/soap.c
b/src/soap.c
index
8de0ca7
..
e5de3a4
100644
(file)
--- a/
src/soap.c
+++ b/
src/soap.c
@@
-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;
}