Commit 2621d07c by Vik Paruchuri

Remove unneeded debug statements

parent 9fb6c6f9
......@@ -1966,8 +1966,6 @@ class OpenEndedResponse(LoncapaResponse):
'max_score' : self.max_score
})
log.debug(xheader)
log.debug(contents)
# Submit request. When successful, 'msg' is the prior length of the queue
(error, msg) = qinterface.send_to_queue(header=xheader,
body=json.dumps(contents))
......
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