From 2308279801544d886437aa51a27cbcfce57f9f0e Mon Sep 17 00:00:00 2001
From: j <0x006A@0x2620.org>
Date: Fri, 7 Oct 2011 10:52:41 +0200
Subject: [PATCH] remove dead code
---
pandora/annotation/views.py | 3 ---
pandora/templates/index.html | 2 --
2 files changed, 5 deletions(-)
diff --git a/pandora/annotation/views.py b/pandora/annotation/views.py
index d24f776aa..e91cf3d5e 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 02a00169d..06080bd89 100644
--- a/pandora/templates/index.html
+++ b/pandora/templates/index.html
@@ -13,8 +13,6 @@
-