remove debug print
authorsylvain.thenault@logilab.fr
Mon, 26 Jan 2009 19:34:36 +0100
changeset 471 9dc392f05c65
parent 470 5d4a9db36738
child 472 958805c342b6
remove debug print
common/mixins.py
--- a/common/mixins.py	Mon Jan 26 11:06:45 2009 +0100
+++ b/common/mixins.py	Mon Jan 26 19:34:36 2009 +0100
@@ -145,7 +145,6 @@
         return self.iterchildren()
 
     def is_leaf(self):
-        print '*' * 80
         return len(self.children()) == 0
 
     def is_root(self):