From: Scott Baker Date: Mon, 9 Jun 2014 19:13:08 +0000 (-0700) Subject: remove debug code X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=aea0b53d3eef4c51d3ebceb121882e932bba34fd;p=plstackapi.git remove debug code --- diff --git a/planetstack/core/context_processors.py b/planetstack/core/context_processors.py index 839316f..270ec4e 100644 --- a/planetstack/core/context_processors.py +++ b/planetstack/core/context_processors.py @@ -1,6 +1,4 @@ from django.conf import settings -print dir(settings) - def planetstack(request): return {"DISABLE_MINIDASHBOARD": settings.DISABLE_MINIDASHBOARD}