diff --git a/common/lib/xmodule/xmodule/seq_module.py b/common/lib/xmodule/xmodule/seq_module.py index cf0fa057ef4..cf24b4b668e 100644 --- a/common/lib/xmodule/xmodule/seq_module.py +++ b/common/lib/xmodule/xmodule/seq_module.py @@ -465,13 +465,6 @@ def _render_student_view_for_items(self, context, display_items, fragment, view= item_type = item.get_icon_class() usage_id = item.scope_ids.usage_id - if item_type == 'problem' and not is_user_authenticated: - log.info( - 'Problem [%s] was not rendered because anonymous access is not allowed for graded content', - usage_id - ) - continue - show_bookmark_button = False is_bookmarked = False