diff options
author | snowdrop | 2004-06-04 09:09:40 +0000 |
---|---|---|
committer | snowdrop | 2004-06-04 09:09:40 +0000 |
commit | e7893b59f9f9c099ff98ba1daf7eef12c6653b32 (patch) | |
tree | 2a4750c8bd68ae0a277c3ee9532917798f9b99c8 /xsd2c | |
parent | 659afe0cbbf738d2d51a6743b25600c31dd95d92 (diff) | |
download | csoap-e7893b59f9f9c099ff98ba1daf7eef12c6653b32.tar.gz csoap-e7893b59f9f9c099ff98ba1daf7eef12c6653b32.tar.bz2 |
removed a debug output
Diffstat (limited to 'xsd2c')
-rw-r--r-- | xsd2c/formatter.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |