From 303defa16da9a550d370327d7f660e9b9207e738 Mon Sep 17 00:00:00 2001 From: chapeau Date: Fri, 14 May 2021 10:58:05 +0000 Subject: [PATCH] remove print --- radius/api/views.py | 1 - 1 file changed, 1 deletion(-) 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