diff --git a/erpnext/startup/event_handlers.py b/erpnext/startup/event_handlers.py index 54abdf5286c..e5846b5beaf 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