[FIX] removed debug statement

bzr revid: qdp-launchpad@tinyerp.com-20100629082055-o6ekf0c02kxrahqv
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-06-29 10:20:55 +02:00
parent 7d59f83cc0
commit 6c6fb8c359
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ class journal_print(report_sxw.rml_parse):
if (data['model'] == 'ir.ui.menu'):
new_ids = 'active_ids' in data['form'] and data['form']['active_ids'] or []
objects = self.pool.get('account.journal.period').browse(self.cr, self.uid, new_ids)
import pdb
pdb.set_trace()
super(journal_print, self).set_context(objects, data, new_ids, report_type)
def __init__(self, cr, uid, name, context={}):