From: Adam Dickmeiss Date: Sun, 8 May 2005 07:33:12 +0000 (+0000) Subject: Comment out debug printf stmt X-Git-Tag: YAZ.2.1.6~18 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ec00e8cfc23cb7d04a9b13730607d6c094446f36 Comment out debug printf stmt --- diff --git a/test/tstsoap1.c b/test/tstsoap1.c index 2dd013c..a748840 100644 --- a/test/tstsoap1.c +++ b/test/tstsoap1.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstsoap1.c,v 1.1 2005-05-06 11:11:37 adam Exp $ + * $Id: tstsoap1.c,v 1.2 2005-05-08 07:33:12 adam Exp $ */ #include @@ -31,7 +31,9 @@ int main(int argc, char **argv) xmlDocSetRootElement(doc, top); xmlDocDumpMemory(doc, &buf_out, &len_out); +#if 0 printf("%*s", len_out, buf_out); +#endif } #endif return 0;