remove dead code
This commit is contained in:
parent
bd50eb1830
commit
2308279801
2 changed files with 0 additions and 5 deletions
|
|
@ -144,9 +144,6 @@ def addAnnotation(request):
|
|||
annotation.save()
|
||||
response = json_response(annotation.json())
|
||||
return render_to_json_response(response)
|
||||
|
||||
response = {'status': {'code': 501, 'text': 'not implemented'}}
|
||||
return render_to_json_response(response)
|
||||
actions.register(addAnnotation, cache=False)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue