diff --git a/Licenseserver/health_view/views.py b/Licenseserver/health_view/views.py index bcae08a..7ff8199 100644 --- a/Licenseserver/health_view/views.py +++ b/Licenseserver/health_view/views.py @@ -179,6 +179,3 @@ def create_license(request, fid): context = {'form': form} return render(request, 'health_view/create_license.html', context) - -def delete_license(request): - print("test")