From aea0b53d3eef4c51d3ebceb121882e932bba34fd Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 9 Jun 2014 12:13:08 -0700 Subject: [PATCH] remove debug code --- planetstack/core/context_processors.py | 2 -- 1 file changed, 2 deletions(-) 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} -- 2.43.0