From e7893b59f9f9c099ff98ba1daf7eef12c6653b32 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 4 Jun 2004 09:09:40 +0000 Subject: removed a debug output --- xsd2c/formatter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xsd2c') diff --git a/xsd2c/formatter.c b/xsd2c/formatter.c index 0d46f11..6808502 100644 --- a/xsd2c/formatter.c +++ b/xsd2c/formatter.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: formatter.c,v 1.3 2004/06/03 20:23:02 snowdrop Exp $ + * $Id: formatter.c,v 1.4 2004/06/04 09:09:40 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -1167,7 +1167,7 @@ static void writeCodeDeserialize(FILE* f, HCOMPLEXTYPE obj) fprintf(f, "\t\t}\n"); /* Just debug you can delete this */ - fprintf(f, "\t\tprintf(\"%s->%%s\\n\", cur->name);\n", obj->type); +/* fprintf(f, "\t\tprintf(\"%s->%%s\\n\", cur->name);\n", obj->type); */ field = obj->head; while (field != NULL) -- cgit v1.1-32-gdbae