X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.xs;h=b13498c9e749d9e0fa8aab2c347d608afd553719;hp=c7833eb6233d2ec4c41d93a83ee110ca7fc5a5b5;hb=73cbad3a91f1f244b357cfac07c15f176d18d624;hpb=f024b7a1fa4b9d56730b12aba0f3a1975bcfc577 diff --git a/SimpleServer.xs b/SimpleServer.xs index c7833eb..b13498c 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.72 2007-08-17 16:45:22 mike Exp $ + * $Id: SimpleServer.xs,v 1.73 2007-08-20 10:59:11 mike Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -464,13 +464,12 @@ static SV *rpn2perl(Z_RPNStructure *s) idea why. It seems as clear as day to me */ SV *sv2; char *rsid = (char*) o->u.resultSetId; - printf("Encoding resultSetId '%s'\n", rsid); + /*printf("Encoding resultSetId '%s'\n", rsid);*/ sv = newObject("Net::Z3950::RPN::RSID", (SV*) (hv = newHV())); - printf("Made sv=0x%lx, hv=0x%lx\n", - (unsigned long) sv ,(unsigned long) hv); + /*printf("Made sv=0x%lx, hv=0x%lx\n", (unsigned long) sv ,(unsigned long) hv);*/ sv2 = newSVpv(rsid, strlen(rsid)); setMember(hv, "id", sv2); - printf("Set hv{id} to 0x%lx\n", (unsigned long) sv2); + /*printf("Set hv{id} to 0x%lx\n", (unsigned long) sv2);*/ return sv; }