diff --git a/LandingPage/views.py b/LandingPage/views.py index e1f5ed1..8722d81 100644 --- a/LandingPage/views.py +++ b/LandingPage/views.py @@ -28,7 +28,6 @@ class LoginRedirect(View): 'Authorization':'Basic %s'%settings.AUTH_B64 } ) - print((settings.AUTH_B64)) resp_json = resp.json() if 'error' in resp_json: return HttpResponse('
%s'%json.dumps(resp_json))