diff --git a/common/lib/xmodule/xmodule/tests/test_import.py b/common/lib/xmodule/xmodule/tests/test_import.py index 3f2c005268..90ec112f19 100644 --- a/common/lib/xmodule/xmodule/tests/test_import.py +++ b/common/lib/xmodule/xmodule/tests/test_import.py @@ -349,7 +349,6 @@ class ImportTestCase(unittest.TestCase): sa_id = "edX/sa_test/2012_Fall" location = Location(["i4x", "edX", "sa_test", "selfassessment", "SampleQuestion"]) - # import ipdb; ipdb.set_trace() sa_sample = modulestore.get_instance(sa_id, location) #10 attempts is hard coded into SampleQuestion, which is the url_name of a selfassessment xml tag self.assertEqual(sa_sample.metadata['attempts'], '10')