From dbc4e8c001a79818b95c5bcf4e00f1bb6adacf6c Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sun, 3 May 2020 10:44:59 +0200
Subject: [PATCH] Remove legacy comment

---
 aleksis/core/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aleksis/core/settings.py b/aleksis/core/settings.py
index b73208afb..bd6ee77c8 100644
--- a/aleksis/core/settings.py
+++ b/aleksis/core/settings.py
@@ -434,7 +434,7 @@ PWA_APP_THEME_COLOR = lazy_preference("theme", "primary")
 PWA_APP_BACKGROUND_COLOR = "#ffffff"
 PWA_APP_DISPLAY = "standalone"
 PWA_APP_ORIENTATION = "any"
-PWA_APP_ICONS = [  # three icons to upload dbsettings
+PWA_APP_ICONS = [
     {
         "src": lazy_get_favicon_url(
             title="pwa_icon", size=192, rel="android", default=STATIC_URL + "icons/android_192.png"
-- 
GitLab