[FIX] modules: removed temporary line/print.

bzr revid: vmt@openerp.com-20120109090333-8ptsvj3yokjd59rm
This commit is contained in:
Vo Minh Thu 2012-01-09 10:03:33 +01:00
parent 34a3991174
commit e50025945a
1 changed files with 0 additions and 4 deletions

View File

@ -262,10 +262,6 @@ if __name__ == "__main__":
openerp.modules.module.initialize_sys_path()
sys.meta_path.append(ImportHook())
import openerp.addons.hr
print sys.modules.get('openerp.addons.hr')
print sys.modules.get('hr')
check_postgres_user()
openerp.netsvc.init_logger()
report_configuration()