xmlclass/xmlclass.py
changeset 616 8a60ffcfd70b
parent 607 9c133d675b69
child 626 ac0a8f6462c3
--- a/xmlclass/xmlclass.py	Sun Jan 08 18:23:55 2012 +0100
+++ b/xmlclass/xmlclass.py	Sun Jan 08 19:16:58 2012 +0100
@@ -1408,7 +1408,6 @@
                 structure_model = re.compile("(%s)$" % structure_pattern)
                 result = structure_model.match(children_structure)
                 if not result:
-                    print children_structure, structure_model.pattern
                     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"):