diff --git a/xmodule/tests/test_import.py b/xmodule/tests/test_import.py index 0f9ab2e937..95feedeb9c 100644 --- a/xmodule/tests/test_import.py +++ b/xmodule/tests/test_import.py @@ -359,9 +359,7 @@ class ImportTestCase(BaseCourseTestCase): # lint-amnesty, pylint: disable=missi '''.format(due=course_due, org=ORG, course=COURSE, url_name=url_name) block = system.process_xml(start_xml) - print("\n\n\n\n\n", block.runtime.id_generator, "\n\n\n\n") child = block.get_children()[0] - print("\n\n\n\n\n", child, "\n\n\n\n\n") # pylint: disable=protected-access child._field_data.set(child, 'due', child_due) compute_inherited_metadata(block)