From c058f4dde9e58c0a622b6d50b920830e27960a73 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 19 Aug 2004 18:42:21 +0000 Subject: Removed debug messages --- lasso/xml/xml.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lasso') diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index 176e4d52..6b2d0447 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -1155,14 +1155,10 @@ lasso_node_impl_verify_signature(LassoNode *node, /* FIXME : register 'AssertionID' ID attribute manually */ id_attr = lasso_node_get_attr(node, "AssertionID", NULL); if (id_attr != NULL) { - printf("OK AssertionID attr found, try to add new ID\n"); id_value = xmlNodeListGetString(doc, id_attr->children, 1); id = xmlAddID(NULL, doc, id_value, id_attr); - if (id == NULL) printf("Failed add new ID\n"); xmlFree(id_value); } - else - printf("AssertionID attr not found\n"); /* find start node */ signature = xmlSecFindNode(xmlNode, xmlSecNodeSignature, -- cgit