[FIX] loading: remove leftover debugging breakpoint

bzr revid: odo@openerp.com-20110923134413-d71l4y5265z3nwcb
This commit is contained in:
Olivier Dony 2011-09-23 15:44:13 +02:00
parent 2e7a134228
commit 2fbd4dfcdf
1 changed files with 0 additions and 2 deletions

View File

@ -348,8 +348,6 @@ def load_modules(db, force_demo=False, status=None, update_module=False):
for (model, name) in cr.fetchall():
model_obj = pool.get(model)
if model_obj.is_transient():
import pdb
pdb.set_trace()
logger.notifyChannel('init', netsvc.LOG_WARNING, 'The transient model %s (%s) should not have explicit access rules!' % (model, name))
cr.execute("SELECT model from ir_model")