Cleanup Code

This commit is contained in:
2018-03-31 16:13:38 +02:00
parent 553590c582
commit eaad874013
2 changed files with 0 additions and 7 deletions

View File

@@ -123,8 +123,3 @@ class UserUpdateView(UpdateView):
def get_object(self):
return self.request.user
def process_location_data(request):
process_location_data()
return HttpResponse('DONE')