From 0eb9d3ad5bda7b3eca965927187b10e11a69c189 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 7 Sep 2021 23:08:04 +0200 Subject: [PATCH] cleanup --- InvenTree/InvenTree/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index 28893c926f..0b1c60a094 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -655,7 +655,6 @@ MESSAGE_TAGS = { SITE_ID = 1 - # Load the allauth social backends SOCIAL_BACKENDS = CONFIG.get('social_backends', []) for app in SOCIAL_BACKENDS: