# HG changeset patch # User paulb # Date 1116192925 0 # Node ID f22544d61355371a93cd722b4a30e0414f961990 # Parent 774d872a4668cacad9cb7f653bc85dd53221e4a6 [project @ 2005-05-15 21:35:25 by paulb] Commented out diagnostic information. diff -r 774d872a4668 -r f22544d61355 libxml2dom/__init__.py --- a/libxml2dom/__init__.py Sun May 15 19:49:17 2005 +0000 +++ b/libxml2dom/__init__.py Sun May 15 21:35:25 2005 +0000 @@ -265,7 +265,7 @@ return self.weakref_ownerDocument() def __del__(self): - print "Freeing document", self._node + #print "Freeing document", self._node libxml2mod.xmlFreeDoc(self._node) ownerDocument = property(_ownerDocument)