Commit c1218e8c by Vik Paruchuri

Remove debug statements

parent f73979d0
...@@ -57,10 +57,7 @@ class PeerGradingModule(XModule): ...@@ -57,10 +57,7 @@ class PeerGradingModule(XModule):
self.peer_gs = PeerGradingService(self.system.open_ended_grading_interface, self.system) self.peer_gs = PeerGradingService(self.system.open_ended_grading_interface, self.system)
else: else:
self.peer_gs = MockPeerGradingService() self.peer_gs = MockPeerGradingService()
log.debug(self.use_for_single_location)
log.debug(type(self.use_for_single_location))
log.debug(self.use_for_single_location==True)
if self.use_for_single_location in TRUE_DICT: if self.use_for_single_location in TRUE_DICT:
try: try:
self.linked_problem = modulestore().get_instance(self.system.course_id, self.link_to_location) self.linked_problem = modulestore().get_instance(self.system.course_id, self.link_to_location)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment