[FIX]: remove print statements

bzr revid: mga@tinyerp.com-20100520175946-ofej71gxtae3wnn7
This commit is contained in:
Mantavya Gajjar 2010-05-20 23:29:46 +05:30
parent 642bedd167
commit 48bbaeb253
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class report_balancesheet_horizontal(rml_parse.rml_parse):
self.result[typ] = accounts_temp
cal_list[typ]=self.result[typ]
print 'XXXXXXXX : ', cal_list, len(cal_list)
if cal_list:
temp={}
for i in range(0,max(len(cal_list['liability']),len(cal_list['asset']))):