Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Last active August 29, 2015 13:56
Show Gist options
  • Save justinvdm/8972481 to your computer and use it in GitHub Desktop.
Save justinvdm/8972481 to your computer and use it in GitHub Desktop.
diff --git a/go/dashboard/views.py b/go/dashboard/views.py
index 3b2a34c..0f0c135 100644
--- a/go/dashboard/views.py
+++ b/go/dashboard/views.py
@@ -1,5 +1,3 @@
-import logging
-
from django.http import HttpResponse
from django.contrib.auth.decorators import login_required
from django.views.decorators.http import require_http_methods
@@ -7,8 +5,6 @@ from django.views.decorators.csrf import csrf_exempt
from go.dashboard import client
-logger = logging.getLogger(__name__)
-
@login_required
@csrf_exempt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment