From 6e8c8a647cd92e98787ed779727e73a94bd6ccec Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Sun, 15 Sep 2013 12:05:07 -0400 Subject: [PATCH] Remove due date setting --- common/lib/xmodule/xmodule/peer_grading_module.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/lib/xmodule/xmodule/peer_grading_module.py b/common/lib/xmodule/xmodule/peer_grading_module.py index b890270f5b..09320a4ad1 100644 --- a/common/lib/xmodule/xmodule/peer_grading_module.py +++ b/common/lib/xmodule/xmodule/peer_grading_module.py @@ -124,9 +124,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)