Skip to content

Commit

Permalink
[FIX] modules: removed temporary line/print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vo Minh Thu committed Jan 9, 2012
1 parent 34a3991 commit e500259
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openerp-server
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e500259

Please sign in to comment.