xmlclass/xmlclass.py
changeset 594 41e62b3174dc
parent 593 34c3569042db
child 601 32c0f4a626db
--- a/xmlclass/xmlclass.py	Thu Nov 24 16:30:06 2011 +0100
+++ b/xmlclass/xmlclass.py	Fri Dec 09 10:06:44 2011 +0100
@@ -1402,7 +1402,6 @@
                 structure_model = re.compile("(%s)$" % structure_pattern)
                 result = structure_model.match(children_structure)
                 if not result:
-                    print structure_model.pattern, children_structure
                     raise ValueError("Invalid structure for \"%s\" children!." % tree.nodeName)
         required_attributes = dict([(attr["name"], True) for attr in classinfos["attributes"] if attr["use"] == "required"])
         if classinfos.has_key("base"):