# HG changeset patch # User ymh # Date 1313601304 -7200 # Node ID f43aac310c17fa3a7222bd1ea54f84a0cb79f8ee # Parent 80546343b3cae770b55906ba6cba89fcec20b49a remove debug elements in search diff -r 80546343b3ca -r f43aac310c17 src/ldt/ldt/ldt_utils/utils.py --- a/src/ldt/ldt/ldt_utils/utils.py Wed Aug 17 18:44:36 2011 +0200 +++ b/src/ldt/ldt/ldt_utils/utils.py Wed Aug 17 19:15:04 2011 +0200 @@ -98,11 +98,8 @@ annotations = lxml.etree.SubElement(iri, "annotations") if len(annotations_nodes) > 0: - a = lxml.etree.SubElement(annotations, "a1") for content in contentList: - b = lxml.etree.SubElement(annotations, "b1") if content.iri_id in annotations_nodes: - b = lxml.etree.SubElement(annotations, "c1") contentnode = annotations_nodes[content.iri_id] if contentnode is not None: content_node = lxml.etree.SubElement(annotations, "content")