[FIX] removed debug statement
authorqdp-launchpad@tinyerp.com <>
Tue, 29 Jun 2010 08:20:55 +0000 (10:20 +0200)
committerqdp-launchpad@tinyerp.com <>
Tue, 29 Jun 2010 08:20:55 +0000 (10:20 +0200)
bzr revid: qdp-launchpad@tinyerp.com-20100629082055-o6ekf0c02kxrahqv

addons/account/report/account_journal.py

index d9c80d8..54426c8 100644 (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={}):