diff options
-rwxr-xr-x | halfnarp2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/halfnarp2.py b/halfnarp2.py index 827055a..a6f4d1c 100755 --- a/halfnarp2.py +++ b/halfnarp2.py | |||
@@ -58,7 +58,6 @@ def get_own_preferences(uid): | |||
58 | 58 | ||
59 | @app.route("/-/talkpreferences/", methods=["POST"]) | 59 | @app.route("/-/talkpreferences/", methods=["POST"]) |
60 | def store_preferences(): | 60 | def store_preferences(): |
61 | print(request.json) | ||
62 | try: | 61 | try: |
63 | content = request.json | 62 | content = request.json |
64 | talk_ids = content["talk_ids"] | 63 | talk_ids = content["talk_ids"] |