From ece64fa90810c0ced8c1a6948931e518d139341e Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 10 Apr 2012 19:18:00 +0530 Subject: [PATCH] fixes --- erpnext/startup/event_handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/startup/event_handlers.py b/erpnext/startup/event_handlers.py index 54abdf5286..e5846b5bea 100644 --- a/erpnext/startup/event_handlers.py +++ b/erpnext/startup/event_handlers.py @@ -92,7 +92,6 @@ def boot_session(bootinfo): bootinfo['docs'] += webnotes.model.doctype.get('Search Criteria') bootinfo['modules_list'] = webnotes.conn.get_global('modules_list') - webnotes.msgprint(bootinfo['modules_list']) # if no company, show a dialog box to create a new company bootinfo['setup_complete'] = webnotes.conn.sql("""select name from