commit | aea0b53d3eef4c51d3ebceb121882e932bba34fd | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Jun 09 12:13:08 2014 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Jun 09 12:13:08 2014 -0700 |
tree | 8a77978dbb4959a19888b7b3716d2401fdc616ae | |
parent | a226eb4399829560fb2be51310e9d975ab20183c [diff] |
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}