diff --git a/plugin/buycourses/view/configuration.tpl b/plugin/buycourses/view/configuration.tpl index b7f962926b..0b4ba3ad70 100644 --- a/plugin/buycourses/view/configuration.tpl +++ b/plugin/buycourses/view/configuration.tpl @@ -101,25 +101,6 @@ {% for item in sessions %} - {% if item.session_visibility == 0 %} - {{ 'CourseVisibilityClosed'|get_lang }} - {% elseif item.session_visibility == 1 %} - {{ 'Private'|get_lang }} - {% elseif item.session_visibility == 2 %} - {{ 'OpenToThePlatform'|get_lang }} - {% elseif item.session_visibility == 3 %} - {{ 'OpenToTheWorld'|get_lang }} - {% elseif item.session_visibility == 4 %} - {{ 'CourseVisibilityHidden'|get_lang }} - {% endif %} - {{ item.session_name }}