Removed set trace

This commit is contained in:
JonahStanley
2013-07-01 11:54:45 -04:00
parent 7b9a725201
commit 676da2d592

View File

@@ -169,5 +169,4 @@ class TestTOC(TestCase):
'url_name': 'secret:magic', 'display_name': 'secret:magic'}])
actual = render.toc_for_course(self.portal_user, request, self.toy_course, chapter, section, model_data_cache)
#from nose.tools import set_trace; set_trace();
assert reduce(lambda x, y: x and (y in actual), expected, True)