aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-22 12:20:19 +0000
committerLev Walkin <vlm@lionet.info>2004-08-22 12:20:19 +0000
commit1dfa6ee01f85808dcb31f6258627a17c88a85855 (patch)
tree772d43e25e2eae459f7026a72e403f19034f1042 /skeletons
parentba67fabb09fd68f9cc48028b8fd8326a3991ca14 (diff)
removed debugging
Diffstat (limited to 'skeletons')
-rw-r--r--skeletons/constr_CHOICE.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/skeletons/constr_CHOICE.c b/skeletons/constr_CHOICE.c
index 3fbf194a..1f863feb 100644
--- a/skeletons/constr_CHOICE.c
+++ b/skeletons/constr_CHOICE.c
@@ -252,9 +252,6 @@ CHOICE_decode_ber(asn1_TYPE_descriptor_t *td,
/*
* Invoke the member fetch routine according to member's type
*/
- printf("elm->name = %s\n", elm->name);
- printf("elm->td = %p\n", elm->type);
- printf("elm->td->name = %s\n", elm->type->name);
rval = elm->type->ber_decoder(elm->type,
memb_ptr2, ptr, LEFT,
elm->tag_mode);