diff --git a/common/lib/xmodule/xmodule/peer_grading_module.py b/common/lib/xmodule/xmodule/peer_grading_module.py index 31743ae53b..c363d9a1f8 100644 --- a/common/lib/xmodule/xmodule/peer_grading_module.py +++ b/common/lib/xmodule/xmodule/peer_grading_module.py @@ -128,9 +128,6 @@ class PeerGradingModule(PeerGradingFields, XModule): log.error("Linked location {0} for peer grading module {1} cannot be linked to.".format( self.link_to_location, self.location)) raise - due_date = self.linked_problem.due - if due_date: - self.due = due_date try: self.timeinfo = TimeInfo(self.due, self.graceperiod)