]> git.parisson.com Git - mezzo.git/commitdiff
Undo print
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 19 Feb 2018 10:15:58 +0000 (11:15 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 19 Feb 2018 10:15:58 +0000 (11:15 +0100)
app/settings.py

index 1cef7f9f820f2bcd8db856b1a6d4444ab268365d..a985ef5d0b8d688ed3c152096644c90a6fc15ec6 100644 (file)
@@ -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']