diff --git a/lms/urls.py b/lms/urls.py index c964eca9b01e..6b2743e042f9 100644 --- a/lms/urls.py +++ b/lms/urls.py @@ -1100,8 +1100,3 @@ include('openedx.core.djangoapps.appsembler.api.urls', namespace='tahoe-api')), ) - -if 'figures' in settings.INSTALLED_APPS: - urlpatterns += ( - url(r'^figures/', include('figures.urls', namespace='figures')), - )