[IMP] loading.py: lint cleanup - unused code

bzr revid: odo@openerp.com-20121217151626-1pbzf7mxh9inx1y9
This commit is contained in:
Olivier Dony 2012-12-17 16:16:26 +01:00
parent af3dbd598d
commit f0c826cec6
1 changed files with 0 additions and 4 deletions

View File

@ -142,10 +142,6 @@ def load_module_graph(cr, graph, status=None, perform_checks=True, skip_modules=
migrations = openerp.modules.migration.MigrationManager(cr, graph)
_logger.debug('loading %d packages...', len(graph))
# get db timestamp
cr.execute("select (now() at time zone 'UTC')::timestamp")
dt_before_load = cr.fetchone()[0]
# Query manual fields for all models at once and save them on the registry
# so the initialization code for each model does not have to do it
# one model at a time.