Commit 89055da8 by Diana Huang

Take out useless logging.

parent 0e3aeb40
......@@ -5,10 +5,8 @@ import unittest
from xmodule.self_assessment_module import SelfAssessmentModule
from xmodule.modulestore import Location
from lxml import etree
import logging
from . import test_system
log = logging.getLogger("mitx.courseware")
class SelfAssessmentTest(unittest.TestCase):
......@@ -53,9 +51,6 @@ class SelfAssessmentTest(unittest.TestCase):
self.assertEqual(module.get_score()['score'], 0)
html = module.get_html(test_system)
log.debug("rendered html: {0}".format(html))
module.save_answer({'student_answer': "I am an answer"}, test_system)
self.assertEqual(module.state, module.ASSESSING)
......
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