From 113eaf4da49a9443e79a6e4297b01b38c1eb8e4c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 19 Feb 2018 11:15:58 +0100 Subject: [PATCH] Undo print --- app/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 1cef7f9f..a985ef5d 100644 --- a/app/settings.py +++ b/app/settings.py @@ -590,7 +590,6 @@ OPTIONAL_APPS = ( if DEBUG: OPTIONAL_APPS += ('debug_toolbar', 'hijack_admin',) MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',) - print(MIDDLEWARE_CLASSES) INTERNAL_IPS = ['127.0.0.1', '172.17.0.1'] -- 2.39.5