diff --git a/pandora/annotation/views.py b/pandora/annotation/views.py index d24f776a..e91cf3d5 100644 --- a/pandora/annotation/views.py +++ b/pandora/annotation/views.py @@ -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) diff --git a/pandora/templates/index.html b/pandora/templates/index.html index 02a00169..06080bd8 100644 --- a/pandora/templates/index.html +++ b/pandora/templates/index.html @@ -13,8 +13,6 @@ -