diff --git a/lms/templates/footer.html b/lms/templates/footer.html
index 386ca23869..7efef21e67 100644
--- a/lms/templates/footer.html
+++ b/lms/templates/footer.html
@@ -140,6 +140,3 @@
% endfor
% endif
-% if settings.FEATURES.get('ENABLE_COOKIE_CONSENT', False):
- <%include file="widgets/cookie-consent.html" />
-% endif