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}