Browse Source

remove print

radius_api
chapeau 5 years ago
parent
commit
303defa16d
  1. 1
      radius/api/views.py

1
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

Loading…
Cancel
Save