diff --git a/vanth/sgml.py b/vanth/sgml.py index 38bc4f9..a345270 100644 --- a/vanth/sgml.py +++ b/vanth/sgml.py @@ -58,7 +58,6 @@ def parse(content): root = current_node or parent_node while root.parent: root = root.parent - print(pformat(root)) return root def pformat(node, indent=0):