diff --git a/lms/static/js/instructor_dashboard/instructor_dashboard.js b/lms/static/js/instructor_dashboard/instructor_dashboard.js index c58e7610e9..2559e72203 100644 --- a/lms/static/js/instructor_dashboard/instructor_dashboard.js +++ b/lms/static/js/instructor_dashboard/instructor_dashboard.js @@ -178,9 +178,6 @@ such that the value can be defined later than this assignment (file load order). }, { constructor: window.InstructorDashboard.sections.Email, $element: idashContent.find('.' + CSS_IDASH_SECTION + '#send_email') - }, { - constructor: window.InstructorDashboard.sections.InstructorAnalytics, - $element: idashContent.find('.' + CSS_IDASH_SECTION + '#instructor_analytics') }, { constructor: window.InstructorDashboard.sections.Metrics, $element: idashContent.find('.' + CSS_IDASH_SECTION + '#metrics')