diff --git a/radius/api/views.py b/radius/api/views.py index 4e472d04..272cc4d9 100644 --- a/radius/api/views.py +++ b/radius/api/views.py @@ -170,7 +170,6 @@ def post_auth(request, nas_id, nas_port, user_mac): # get all radius options radius_option = RadiusOption.objects.first() - print(radius_option) # get a few class constants the radius will need EMAIL_STATE_UNVERIFIED = User.EMAIL_STATE_UNVERIFIED