common/mixins.py
changeset 471 9dc392f05c65
parent 441 49e4717e2371
child 692 800592b8d39b
child 959 ffe5e1631081
--- 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):