Remove print statement

bzr revid: ysa@tinyerp.co.in-20100226084615-9ehu6ybx7m7w4rfb
This commit is contained in:
Ysa (Open ERP) 2010-02-26 14:16:15 +05:30
parent 6cf08db5e3
commit 878ef36359
1 changed files with 0 additions and 2 deletions

View File

@ -534,8 +534,6 @@ class graph(object):
if roots:
roots.append(self.start)
print "self.start==>",self.start
print "self.tree_list==>",self.tree_list
one_level_el = self.tree_list[self.start][0][1]
base = self.result[one_level_el]['y']# * 2 / (index + 2)