[IMP]remove print statment

bzr revid: kjo@tinyerp.com-20120613091322-7tsmoitslqkg3e22
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-06-13 14:43:22 +05:30
parent 059a6afa30
commit fb06b3f5b0
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ class crossovered_analytic(report_sxw.rml_parse):
res['ref_qty'] = info[0]['qty']
res['ref_amt'] = info[0]['amt']
self.base_amount = info[0]['amt']
print "\n =-=-=--= res =-=->>", res, info[0]['qty'], info[0]['amt']
result.append(res)
return result