summaryrefslogtreecommitdiffstats
path: root/module/web/json_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/json_app.py')
-rw-r--r--module/web/json_app.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/web/json_app.py b/module/web/json_app.py
index 428abaee7..ac1f3ec9c 100644
--- a/module/web/json_app.py
+++ b/module/web/json_app.py
@@ -242,8 +242,6 @@ def add_package():
data = {"password": pw}
PYLOAD.set_package_data(pack, data)
- return {"response" : "success"}
-
@route("/json/remove_package/:id")
@validate(id=int)