diff --git a/lms/djangoapps/grades/new/subsection_grade_factory.py b/lms/djangoapps/grades/new/subsection_grade_factory.py index 751543f2d8..b39203bdce 100644 --- a/lms/djangoapps/grades/new/subsection_grade_factory.py +++ b/lms/djangoapps/grades/new/subsection_grade_factory.py @@ -67,9 +67,7 @@ class SubsectionGradeFactory(object): """ Updates the SubsectionGrade object for the student and subsection. """ - # Save ourselves the extra queries if the course does not persist - # subsection grades. - self._log_event(log.warning, u"update, subsection: {}".format(subsection.location), subsection) + self._log_event(log.debug, u"update, subsection: {}".format(subsection.location), subsection) calculated_grade = SubsectionGrade(subsection).init_from_structure( self.student, self.course_data.structure, self._submissions_scores, self._csm_scores,