From fd6fabc83ca2f01d7e7b047c366f1b75c6856d31 Mon Sep 17 00:00:00 2001 From: Krzysztof Kotlarek Date: Wed, 27 Jul 2022 18:42:34 +1000 Subject: [PATCH] DEV: remove sidebar outlet (#17683) That outlet was a temporary solution and is not used anymore --- .../discourse/app/templates/components/sidebar/sections.hbs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/javascripts/discourse/app/templates/components/sidebar/sections.hbs b/app/assets/javascripts/discourse/app/templates/components/sidebar/sections.hbs index f9793138d8..4b19f4f545 100644 --- a/app/assets/javascripts/discourse/app/templates/components/sidebar/sections.hbs +++ b/app/assets/javascripts/discourse/app/templates/components/sidebar/sections.hbs @@ -46,8 +46,4 @@ {{/each}} {{/each}} - - {{!-- DO NOT USE, this outlet is temporary and will be removed. --}} - {{!-- Outlet will be replaced with sidebar API. --}} -